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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET