MountVolumes.UnmanagedFileSystems 속성

정의

관리되지 않는 파일 시스템을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

클러스터 노드에 탑재할 관리되지 않는 파일 시스템의 컬렉션입니다.

적용 대상