Partager via


ServicePrincipalUpdateParameters Constructeurs

Définition

Surcharges

ServicePrincipalUpdateParameters()

Initialise une nouvelle instance de la classe ServicePrincipalUpdateParameters.

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

Initialise une nouvelle instance de la classe ServicePrincipalUpdateParameters.

ServicePrincipalUpdateParameters()

Initialise une nouvelle instance de la classe ServicePrincipalUpdateParameters.

public ServicePrincipalUpdateParameters ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe ServicePrincipalUpdateParameters.

public ServicePrincipalUpdateParameters (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.ServicePrincipalUpdateParameters : 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.ServicePrincipalUpdateParameters
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)

Paramètres

accountEnabled
String

si le compte principal de service est activé ou non

appRoleAssignmentRequired
Nullable<Boolean>

Spécifie si un AppRoleAssignment à un utilisateur ou à un groupe est requis avant qu'Azure AD transmette un jeton utilisateur ou d'accès à l'application.

keyCredentials
IList<KeyCredential>

Collection d'informations d'identification de clé associées au principal du service.

passwordCredentials
IList<PasswordCredential>

Collection d'informations d'identification de mot de passe associées au principal du service.

servicePrincipalType
String

type du principal de service

tags
IList<String>

Liste facultative des balises que vous pouvez appliquer à vos principaux de service. N'accepte pas la valeur NULL.

S’applique à