AzureFileShareReference.RelativeMountPath 속성

정의

상대 탑재 경로를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="relativeMountPath")]
public string RelativeMountPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="relativeMountPath")>]
member this.RelativeMountPath : string with get, set
Public Property RelativeMountPath As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Azure 파일 공유가 탑재될 컴퓨팅 노드의 상대 경로입니다. 모든 클러스터 수준 파일 공유는 $AZ_BATCHAI_MOUNT_ROOT 위치에 탑재되고 모든 작업 수준 파일 공유는 $AZ_BATCHAI_JOB_MOUNT_ROOT 아래에 탑재됩니다.

적용 대상