次の方法で共有


JobCreateParameters.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 環境変数で指定された場所にマウントされます。

適用対象