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

定義

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

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

パラメーター

username
String

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

password
String

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

source
String

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

relativeMountPath
String

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

mountOptions
String

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

適用対象