CIFSMountConfiguration 생성자

정의

오버로드

CIFSMountConfiguration()

CIFSMountConfiguration 클래스의 새 instance 초기화합니다.

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

CIFSMountConfiguration 클래스의 새 instance 초기화합니다.

CIFSMountConfiguration()

CIFSMountConfiguration 클래스의 새 instance 초기화합니다.

public CIFSMountConfiguration ();
Public Sub New ()

적용 대상

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

CIFSMountConfiguration 클래스의 새 instance 초기화합니다.

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

탑재 명령에 전달할 추가 명령줄 옵션입니다.

적용 대상