共用方式為


MountVolumes.AzureFileShares 屬性

定義

取得或設定 Azure 檔案共用。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

要掛接至叢集節點的 Azure 檔案共用集合。

適用於