次の方法で共有


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

定義

NfsMountConfiguration クラスの新しいインスタンスを初期化します。

public NfsMountConfiguration (string source, string relativeMountPath, string mountOptions = default);
new Microsoft.Azure.Batch.NfsMountConfiguration : string * string * string -> Microsoft.Azure.Batch.NfsMountConfiguration
Public Sub New (source As String, relativeMountPath As String, Optional mountOptions As String = Nothing)

パラメーター

source
String

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

relativeMountPath
String

ファイル システムがマウントされるコンピューティング ノードの相対パス。

mountOptions
String

mount コマンドに渡す追加のコマンド ライン オプション。

適用対象