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

CloudPool.MountConfiguration 属性

定义

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

public System.Collections.Generic.IList<Microsoft.Azure.Batch.MountConfiguration> MountConfiguration { get; set; }
member this.MountConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Batch.MountConfiguration> with get, set
Public Property MountConfiguration As IList(Of MountConfiguration)

属性值

注解

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

适用于