次の方法で共有


PowerState.Code プロパティ

定義

クラスターが実行中か停止かを示す値を取得または設定します。 使用可能な値は次のとおりです: 'Running'、 'Stopped'

[Newtonsoft.Json.JsonProperty(PropertyName="code")]
public Microsoft.Azure.Management.ContainerService.Fluent.Models.Code Code { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="code")>]
member this.Code : Microsoft.Azure.Management.ContainerService.Fluent.Models.Code with get, set
Public Property Code As Code

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象