共用方式為


VirtualMachineConfiguration.DataDisks 屬性

定義

取得或設定連接到集區中計算節點的資料磁片組態。

[Newtonsoft.Json.JsonProperty(PropertyName="dataDisks")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.DataDisk> DataDisks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataDisks")>]
member this.DataDisks : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.DataDisk> with get, set
Public Property DataDisks As IList(Of DataDisk)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果集區中的計算節點必須連結空的資料磁片,則必須指定這個屬性。

適用於