Share via


ServicePrincipalsOperationsExtensions.UpdateKeyCredentialsAsync Method

Definition

Update the keyCredentials associated with a service principal.

public static System.Threading.Tasks.Task UpdateKeyCredentialsAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipalsOperations operations, string objectId, 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.IServicePrincipalsOperations * 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 IServicePrincipalsOperations, objectId As String, value As IList(Of KeyCredential), Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IServicePrincipalsOperations

The operations group for this extension method.

objectId
String

The object ID for which to get service principal information.

value
IList<KeyCredential>

A collection of KeyCredentials.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to