IdentitySource 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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 사용자의 암호입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET