SecurityProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 内の組織単位。
- domainUsername
- String
クラスターに対する管理者特権を持つドメイン ユーザー アカウント。
- domainUserPassword
- String
ドメイン管理者のパスワード。
- aaddsResourceId
- String
ユーザーの Azure Active Directory ドメイン Service のリソース ID。
- msiResourceId
- String
ユーザーの AADDS でクラスター関連の成果物を読み取って作成するためのアクセス許可を持つユーザー割り当て ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET