JobCreateParameters.MountVolumes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定掛接磁片區。
[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 環境變數所指定的位置。