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

DataBoxDiskJobDetails.DisksAndSizeDetails 属性

定义

获取包含磁盘序列号到用于作业的磁盘大小的映射。 仅在将磁盘寄送给客户后才返回。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于