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

PoolSpecification.MountConfiguration 属性

定义

获取或设置要装载在池中每个节点上的文件系统列表。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

这支持 Azure 文件存储、NFS、CIFS/SMB 和 Blobfuse。

适用于