MountVolumes.FileServers プロパティ

定義

ファイル サーバーを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

クラスター ノードにマウントされる Batch AI ファイル サーバーのコレクション。

適用対象