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 파일 공유 컬렉션입니다.

적용 대상