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

DataBoxDiskJobDetails.PreferredDisks 属性

定义

获取或设置作业所需的磁盘大小的用户首选项。 映射从磁盘大小(以 TB 为单位)到计数。 例如 {2,5} 表示 5 个大小为 2 TB 的磁盘。 密钥为字符串,但将根据 int 进行检查。

[Newtonsoft.Json.JsonProperty(PropertyName="preferredDisks")]
public System.Collections.Generic.IDictionary<string,int?> PreferredDisks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preferredDisks")>]
member this.PreferredDisks : System.Collections.Generic.IDictionary<string, Nullable<int>> with get, set
Public Property PreferredDisks As IDictionary(Of String, Nullable(Of Integer))

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于