Sha256: 0f08aa9f4c036df7a0c77b7199ccb0dceda3f6963b474f08d0db2e48fb940ef7
Contents?: true
Size: 683 Bytes
Versions: 2
Compression:
Stored size: 683 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::ServiceBus module Models # # Defines values for NamespaceState # module NamespaceState Unknown = "Unknown" Creating = "Creating" Created = "Created" Activating = "Activating" Enabling = "Enabling" Active = "Active" Disabling = "Disabling" Disabled = "Disabled" SoftDeleting = "SoftDeleting" SoftDeleted = "SoftDeleted" Removing = "Removing" Removed = "Removed" Failed = "Failed" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_service_bus-0.9.0 | lib/generated/azure_mgmt_service_bus/models/namespace_state.rb |
azure_mgmt_service_bus-0.8.0 | lib/generated/azure_mgmt_service_bus/models/namespace_state.rb |