UnmanagedFileSystemReference.RelativeMountPath プロパティ

定義

相対マウント パスを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="relativeMountPath")]
public string RelativeMountPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="relativeMountPath")>]
member this.RelativeMountPath : string with get, set
Public Property RelativeMountPath As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

アンマネージド ファイル システムがマウントされるコンピューティング ノードの相対パス。 すべてのクラスター レベルのアンマネージド ファイル システムは、$AZ_BATCHAI_MOUNT_ROOT の場所にマウントされ、すべてのジョブ レベルのアンマネージド ファイル システムは、$AZ_BATCHAI_JOB_MOUNT_ROOT の下にマウントされることに注意してください。

適用対象