次の方法で共有


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

適用対象