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 파일 서버의 컬렉션입니다.

적용 대상