AppServiceDomainStatus 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.
Domain registration status.
public enum AppServiceDomainStatus
type AppServiceDomainStatus =
Public Enum AppServiceDomainStatus
- Inheritance
-
AppServiceDomainStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown. |
Active | 1 | Active. |
Awaiting | 2 | Awaiting. |
Cancelled | 3 | Cancelled. |
Confiscated | 4 | Confiscated. |
Disabled | 5 | Disabled. |
Excluded | 6 | Excluded. |
Expired | 7 | Expired. |
Failed | 8 | Failed. |
Held | 9 | Held. |
Locked | 10 | Locked. |
Parked | 11 | Parked. |
Pending | 12 | Pending. |
Reserved | 13 | Reserved. |
Reverted | 14 | Reverted. |
Suspended | 15 | Suspended. |
Transferred | 16 | Transferred. |
Unlocked | 17 | Unlocked. |
Unparked | 18 | Unparked. |
Updated | 19 | Updated. |
JsonConverterFailed | 20 | JsonConverterFailed. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.