次の方法で共有


PoolAddParameter.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 fileshare、NFS、CIFS、または Blobfuse ベースのファイル システムを使用してストレージをマウントします。

適用対象