次の方法で共有


FileServerReference.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 の下にマウントされることに注意してください。

適用対象