次の方法で共有


ClusterUpdate.ResourceState プロパティ

定義

クラスターの現在のリソースの状態を取得します。 使用可能な値には、'Running'、'Creating'、'CreateFailed'、'Updating'、'UpdateFailed'、'Deleteing'、'DeleteFailed'、'Enableing'、'EnableFailed'、'Disableing'、'DisableFailed'、'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

適用対象