次の方法で共有


NFSMountConfiguration コンストラクター

定義

オーバーロード

NFSMountConfiguration()

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

NFSMountConfiguration(String, String, String)

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

NFSMountConfiguration()

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

public NFSMountConfiguration ();
Public Sub New ()

適用対象

NFSMountConfiguration(String, String, String)

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

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

パラメーター

source
String

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

relativeMountPath
String

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

mountOptions
String

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

適用対象