Freigeben über


ServicePrincipalUpdateParameters Konstruktoren

Definition

Überlädt

ServicePrincipalUpdateParameters()

Initialisiert eine neue instance der ServicePrincipalUpdateParameters-Klasse.

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

Initialisiert eine neue instance der ServicePrincipalUpdateParameters-Klasse.

ServicePrincipalUpdateParameters()

Initialisiert eine neue instance der ServicePrincipalUpdateParameters-Klasse.

public ServicePrincipalUpdateParameters ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ServicePrincipalUpdateParameters-Klasse.

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)

Parameter

accountEnabled
String

ob das Dienstprinzipalkonto aktiviert ist

appRoleAssignmentRequired
Nullable<Boolean>

Gibt an, ob eine AppRoleAssignment für einen Benutzer oder eine Gruppe erforderlich ist, bevor Azure AD ein Benutzer- oder Zugriffstoken für die Anwendung ausstellt.

keyCredentials
IList<KeyCredential>

Die Auflistung der Schlüsselanmeldeinformationen, die dem Dienstprinzipal zugeordnet sind.

passwordCredentials
IList<PasswordCredential>

Die Auflistung der Kennwortanmeldeinformationen, die dem Dienstprinzipal zugeordnet sind.

servicePrincipalType
String

der Typ des Dienstprinzipals

tags
IList<String>

Optionale Liste der Tags, die Sie auf Ihre Dienstprinzipale anwenden können. Lässt keine NULL-Werte zu.

Gilt für: