DomainInner.RegistrationStatus Property
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.
Gets domain registration status. Possible values include: 'Active', 'Awaiting', 'Cancelled', 'Confiscated', 'Disabled', 'Excluded', 'Expired', 'Failed', 'Held', 'Locked', 'Parked', 'Pending', 'Reserved', 'Reverted', 'Suspended', 'Transferred', 'Unknown', 'Unlocked', 'Unparked', 'Updated', 'JsonConverterFailed'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.registrationStatus")]
public Microsoft.Azure.Management.AppService.Fluent.Models.DomainStatus? RegistrationStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.registrationStatus")>]
member this.RegistrationStatus : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.DomainStatus>
Public ReadOnly Property RegistrationStatus As Nullable(Of DomainStatus)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET