次の方法で共有


AgentPoolInner.OsDiskType プロパティ

定義

特定のエージェント プール内のマシンに使用する OS ディスクの種類を取得または設定します。 使用できる値は、'エフェメラル' と 'Managed' です。 既定値は 'Managed' です。 作成後は変更できない場合があります。 使用可能な値は次のとおりです: 'Managed'、'Ephemeral'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象