Freigeben über


ApplicationsOperationsExtensions.UpdateKeyCredentialsAsync Methode

Definition

Aktualisieren Sie die keyCredentials, die einer Anwendung zugeordnet sind.

public static System.Threading.Tasks.Task UpdateKeyCredentialsAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations operations, string applicationObjectId, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.KeyCredential> value, System.Threading.CancellationToken cancellationToken = default);
static member UpdateKeyCredentialsAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IApplicationsOperations * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.KeyCredential> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateKeyCredentialsAsync (operations As IApplicationsOperations, applicationObjectId As String, value As IList(Of KeyCredential), Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

applicationObjectId
String

Anwendungsobjekt-ID.

value
IList<KeyCredential>

Eine Sammlung von KeyCredentials.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: