NodeSetup.MountVolumes 속성

정의

탑재 볼륨을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="mountVolumes")]
public Microsoft.Azure.Management.BatchAI.Models.MountVolumes MountVolumes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mountVolumes")>]
member this.MountVolumes : Microsoft.Azure.Management.BatchAI.Models.MountVolumes with get, set
Public Property MountVolumes As MountVolumes

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

클러스터에서 실행되는 작업 및 모든 작업을 설정하는 데 사용할 수 있는 볼륨을 탑재합니다. 볼륨은 $AZ_BATCHAI_MOUNT_ROOT 환경 변수로 지정된 위치에 탑재됩니다.

적용 대상