次の方法で共有


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 Files、NFS、CIFS/SMB、Blobfuse がサポートされます。

適用対象