次の方法で共有


CIFSMountConfiguration コンストラクター

定義

オーバーロード

CIFSMountConfiguration()

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

CIFSMountConfiguration(String, String, String, String, String)

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

CIFSMountConfiguration()

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

public CIFSMountConfiguration ();
Public Sub New ()

適用対象

CIFSMountConfiguration(String, String, String, String, String)

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

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

パラメーター

userName
String

CIFS ファイル システムに対する認証に使用するユーザー。

source
String

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

relativeMountPath
String

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

password
String

CIFS ファイル システムに対する認証に使用するパスワード。

mountOptions
String

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

適用対象