다음을 통해 공유


Pool.MountConfiguration 속성

정의

풀의 각 노드에 탑재할 파일 시스템 목록을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Azure Files, NFS, CIFS/SMB 및 Blobfuse를 지원합니다.

적용 대상