次の方法で共有


BatchNfsMountConfiguration(String, String) コンストラクター

定義

BatchNfsMountConfiguration の新しいインスタンスを初期化します。

public BatchNfsMountConfiguration (string source, string relativeMountPath);
new Azure.ResourceManager.Batch.Models.BatchNfsMountConfiguration : string * string -> Azure.ResourceManager.Batch.Models.BatchNfsMountConfiguration
Public Sub New (source As String, relativeMountPath As String)

パラメーター

source
String

マウントするファイル システムの URI。

relativeMountPath
String

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

例外

source または relativeMountPath が null です。

適用対象