MountVolumes.AzureFileShares プロパティ

定義

Azure ファイル共有を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="azureFileShares")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.AzureFileShareReference> AzureFileShares { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="azureFileShares")>]
member this.AzureFileShares : System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.AzureFileShareReference> with get, set
Public Property AzureFileShares As IList(Of AzureFileShareReference)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

クラスター ノードにマウントされる Azure ファイル共有のコレクション。

適用対象