次の方法で共有


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

適用対象