ServicePrincipalBase コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServicePrincipalBase() |
ServicePrincipalBase クラスの新しいインスタンスを初期化します。 |
ServicePrincipalBase(Nullable<Boolean>, Nullable<Boolean>, IList<KeyCredential>, IList<PasswordCredential>, String, IList<String>) |
ServicePrincipalBase クラスの新しいインスタンスを初期化します。 |
ServicePrincipalBase()
ServicePrincipalBase クラスの新しいインスタンスを初期化します。
public ServicePrincipalBase ();
Public Sub New ()
適用対象
ServicePrincipalBase(Nullable<Boolean>, Nullable<Boolean>, IList<KeyCredential>, IList<PasswordCredential>, String, IList<String>)
ServicePrincipalBase クラスの新しいインスタンスを初期化します。
public ServicePrincipalBase (bool? accountEnabled = default, bool? appRoleAssignmentRequired = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.KeyCredential> keyCredentials = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PasswordCredential> passwordCredentials = default, string servicePrincipalType = default, System.Collections.Generic.IList<string> tags = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalBase : Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.KeyCredential> * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PasswordCredential> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalBase
Public Sub New (Optional accountEnabled As Nullable(Of Boolean) = Nothing, Optional appRoleAssignmentRequired As Nullable(Of Boolean) = Nothing, Optional keyCredentials As IList(Of KeyCredential) = Nothing, Optional passwordCredentials As IList(Of PasswordCredential) = Nothing, Optional servicePrincipalType As String = Nothing, Optional tags As IList(Of String) = Nothing)
パラメーター
Azure AD がユーザーまたはアクセス トークンをアプリケーションに発行する前にユーザーまたはグループに対する AppRoleAssignment が必要かどうかを指定します。
- keyCredentials
- IList<KeyCredential>
サービス プリンシパルに関連付けられたキー資格情報のコレクション。
- passwordCredentials
- IList<PasswordCredential>
サービス プリンシパルに関連付けられたパスワード資格情報のコレクション。
- servicePrincipalType
- String
サービス プリンシパルの種類
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET