次の方法で共有


SecurityProfile コンストラクター

定義

オーバーロード

SecurityProfile()

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

SecurityProfile(String, String, String, IList<String>, String, String, IList<String>, String, String)

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

SecurityProfile()

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

public SecurityProfile();
Public Sub New ()

適用対象

SecurityProfile(String, String, String, IList<String>, String, String, IList<String>, String, String)

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

public SecurityProfile(string directoryType = default, string domain = default, string organizationalUnitDN = default, System.Collections.Generic.IList<string> ldapsUrls = default, string domainUsername = default, string domainUserPassword = default, System.Collections.Generic.IList<string> clusterUsersGroupDNs = default, string aaddsResourceId = default, string msiResourceId = default);
new Microsoft.Azure.Management.HDInsight.Models.SecurityProfile : string * string * string * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.HDInsight.Models.SecurityProfile
Public Sub New (Optional directoryType As String = Nothing, Optional domain As String = Nothing, Optional organizationalUnitDN As String = Nothing, Optional ldapsUrls As IList(Of String) = Nothing, Optional domainUsername As String = Nothing, Optional domainUserPassword As String = Nothing, Optional clusterUsersGroupDNs As IList(Of String) = Nothing, Optional aaddsResourceId As String = Nothing, Optional msiResourceId As String = Nothing)

パラメーター

directoryType
String

ディレクトリの種類。 指定できる値は、'ActiveDirectory' です。

domain
String

organizationの Active Directory ドメイン。

organizationalUnitDN
String

クラスターとサービス アカウントを配置する Active Directory 内の組織単位。

ldapsUrls
IList<String>

Active Directory と通信するための LDAPS プロトコル URL。

domainUsername
String

クラスターに対する管理者特権を持つドメイン ユーザー アカウント。

domainUserPassword
String

ドメイン管理者のパスワード。

clusterUsersGroupDNs
IList<String>

省略可能。 クラスター ユーザー グループの識別名

aaddsResourceId
String

ユーザーの Azure Active Directory ドメイン Service のリソース ID。

msiResourceId
String

ユーザーの AADDS でクラスター関連の成果物を読み取って作成するためのアクセス許可を持つユーザー割り当て ID。

適用対象