Sha256: 0fe0cd7898dabf1cf95e94a88330a04bed79a729aa1799db0cb5b294bc872ca5
Contents?: true
Size: 391 Bytes
Versions: 2
Compression:
Stored size: 391 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Web::Mgmt::V2020_09_01 module Models # # Defines values for SiteRuntimeState # module SiteRuntimeState READY = "READY" STOPPED = "STOPPED" UNKNOWN = "UNKNOWN" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.18.1 | lib/2020-09-01/generated/azure_mgmt_web/models/site_runtime_state.rb |
azure_mgmt_web-0.18.0 | lib/2020-09-01/generated/azure_mgmt_web/models/site_runtime_state.rb |