次の方法で共有


ServicePrincipalBase コンストラクター

定義

オーバーロード

ServicePrincipalBase()

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

ServicePrincipalBase(String, Nullable<Boolean>, IList<KeyCredential>, IList<PasswordCredential>, String, IList<String>)

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

ServicePrincipalBase()

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

public ServicePrincipalBase ();
Public Sub New ()

適用対象

ServicePrincipalBase(String, Nullable<Boolean>, IList<KeyCredential>, IList<PasswordCredential>, String, IList<String>)

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

public ServicePrincipalBase (string accountEnabled = default, bool? appRoleAssignmentRequired = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> keyCredentials = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PasswordCredential> passwordCredentials = default, string servicePrincipalType = default, System.Collections.Generic.IList<string> tags = default);
new Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalBase : string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PasswordCredential> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Graph.RBAC.Models.ServicePrincipalBase
Public Sub New (Optional accountEnabled As String = 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)

パラメーター

accountEnabled
String

サービス プリンシパル アカウントが有効になっているかどうか

appRoleAssignmentRequired
Nullable<Boolean>

Azure AD がユーザーまたはアクセス トークンをアプリケーションに発行する前にユーザーまたはグループに対する AppRoleAssignment が必要かどうかを指定します。

keyCredentials
IList<KeyCredential>

サービス プリンシパルに関連付けられたキー資格情報のコレクション。

passwordCredentials
IList<PasswordCredential>

サービス プリンシパルに関連付けられたパスワード資格情報のコレクション。

servicePrincipalType
String

サービス プリンシパルの種類

tags
IList<String>

サービス プリンシパルに適用できるタグのオプションの一覧。 NULL 値は許可されません。

適用対象