Freigeben über


ApplicationsOperationsExtensions.UpdatePasswordCredentialsAsync Methode

Definition

Aktualisieren sie passwordCredentials, die einer Anwendung zugeordnet sind.

public static System.Threading.Tasks.Task UpdatePasswordCredentialsAsync (this Microsoft.Azure.Graph.RBAC.IApplicationsOperations operations, string applicationObjectId, Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdatePasswordCredentialsAsync : Microsoft.Azure.Graph.RBAC.IApplicationsOperations * string * Microsoft.Azure.Graph.RBAC.Models.PasswordCredentialsUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdatePasswordCredentialsAsync (operations As IApplicationsOperations, applicationObjectId As String, parameters As PasswordCredentialsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

applicationObjectId
String

Anwendungsobjekt-ID.

parameters
PasswordCredentialsUpdateParameters

Parameter zum Aktualisieren von PasswordCredentials einer vorhandenen Anwendung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: