다음을 통해 공유


IdentitySource 생성자

정의

오버로드

IdentitySource()

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

IdentitySource(String, String, String, String, String, String, String, String, String, String)

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

IdentitySource()

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

public IdentitySource ();
Public Sub New ()

적용 대상

IdentitySource(String, String, String, String, String, String, String, String, String, String)

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

public IdentitySource (string name = default, string alias = default, string domain = default, string baseUserDN = default, string baseGroupDN = default, string primaryServer = default, string secondaryServer = default, string ssl = default, string username = default, string password = default);
new Microsoft.Azure.Management.Avs.Models.IdentitySource : string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Avs.Models.IdentitySource
Public Sub New (Optional name As String = Nothing, Optional alias As String = Nothing, Optional domain As String = Nothing, Optional baseUserDN As String = Nothing, Optional baseGroupDN As String = Nothing, Optional primaryServer As String = Nothing, Optional secondaryServer As String = Nothing, Optional ssl As String = Nothing, Optional username As String = Nothing, Optional password As String = Nothing)

매개 변수

name
String

ID 원본의 이름

alias
String

도메인의 NetBIOS 이름

domain
String

도메인의 dns 이름

baseUserDN
String

사용자의 기본 고유 이름

baseGroupDN
String

그룹의 기본 고유 이름

primaryServer
String

주 서버 URL

secondaryServer
String

보조 서버 URL

ssl
String

SSL 인증서(LDAPS)를 사용하여 LDAP 통신을 보호합니다. 가능한 값은 'Enabled', 'Disabled'입니다.

username
String

사용자 및 그룹에 대한 기본 DN에 대한 읽기 전용 액세스 권한이 최소인 Active Directory 사용자의 ID

password
String

사용자 및 그룹에 대한 기본 DN에 대한 읽기 전용 액세스 권한이 최소인 Active Directory 사용자의 암호입니다.

적용 대상