次の方法で共有


CustomDomain.ResourceState プロパティ

定義

カスタム ドメインのリソースの状態を取得します。 使用可能な値は、'Creating'、'Active'、'Removeing' です。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象