你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AgentPoolInner.KubeletDiskType 属性

定义

获取或设置 kubeletDiskType 确定 emptyDir 卷、容器运行时数据根和 Kubelet 临时存储的位置。 目前允许一个值 OS,导致 Kubelet 使用 OS 磁盘获取数据。 可能的值包括:“OS”

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于