次の方法で共有


CIFSMountConfiguration.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

注釈

すべてのファイル システムは Batch mounts ディレクトリに対して相対的にマウントされ、AZ_BATCH_NODE_MOUNTS_DIR環境変数を介してアクセスできます。

適用対象