EntityAvailabilityStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the status of the entity availability.
[System.Runtime.Serialization.DataContract(Name="EntityAvailabilityStatus", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public enum EntityAvailabilityStatus
[<System.Runtime.Serialization.DataContract(Name="EntityAvailabilityStatus", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type EntityAvailabilityStatus =
Public Enum EntityAvailabilityStatus
- Inheritance
-
EntityAvailabilityStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The entity is unknown. |
Available | 1 | The entity is available. |
Limited | 2 | The entity is limited. |
Restoring | 3 | The entity is being restored. |
Renaming | 4 | The entity is being renamed. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET