Profile.ResourceState プロパティ

定義

プロファイルのリソースの状態を取得します。 使用可能な値は、'Creating'、'Active'、'Deleting'、'Disabled' です。

[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

適用対象