共用方式為


Pool.MountConfiguration 屬性

定義

取得或設定要掛接在集區中每個節點上的檔案系統清單。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

這支援Azure 檔案儲存體、NFS、CIFS/SMB 和 Blobfuse。

適用於