Share via


Job.MountVolumes 屬性

定義

取得或設定掛接磁片區。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

執行期間可供作業使用之掛接磁片區的集合。 這些磁片區會在作業執行之前掛接,並在作業完成之後取消鎖定。 磁片區會掛接在$AZ_BATCHAI_JOB_MOUNT_ROOT 環境變數所指定的位置。

適用於