다음을 통해 공유


AzureFileShareConfiguration.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

설명

모든 파일 시스템은 Batch 탑재 디렉터리를 기준으로 탑재되며 AZ_BATCH_NODE_MOUNTS_DIR 환경 변수를 통해 액세스할 수 있습니다.

적용 대상