共用方式為


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 環境變數所指定的位置。

適用於