CustomDomain.ResourceState Property

Definition

Gets resource status of the custom domain. Possible values include: 'Creating', 'Active', 'Deleting'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceState")]
public string ResourceState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.resourceState")>]
member this.ResourceState : string
Public ReadOnly Property ResourceState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to