IdentitySource 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IdentitySource() |
初始化 IdentitySource 類別的新實例。 |
IdentitySource(String, String, String, String, String, String, String, String, String, String) |
初始化 IdentitySource 類別的新實例。 |
IdentitySource()
初始化 IdentitySource 類別的新實例。
public IdentitySource ();
Public Sub New ()
適用於
IdentitySource(String, String, String, String, String, String, String, String, String, String)
初始化 IdentitySource 類別的新實例。
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
識別來源的名稱
- alias
- String
網域的 NetBIOS 名稱
- domain
- String
網域的 DNS 名稱
- baseUserDN
- String
使用者的基底辨別名稱
- baseGroupDN
- String
群組的基底辨別名稱
- primaryServer
- String
主伺服器 URL
- secondaryServer
- String
次要伺服器 URL
- ssl
- String
使用 SSL 憑證保護 LDAP 通訊 (LDAPS) 。 可能的值包括:'Enabled'、'Disabled'
- username
- String
對使用者和群組的 Base DN 具有最小唯讀存取權的 Active Directory 使用者識別碼
- password
- String
Active Directory 使用者的密碼,對於使用者和群組,至少具有基底 DN 的唯讀存取權。