Partager via


UserAssignedIdentitiesOperationsExtensions.UpdateAsync Méthode

Définition

Mettre à jour une identité dans l’abonnement et le groupe de ressources spécifiés.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity> UpdateAsync (this Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ManagedServiceIdentity.Models.IdentityUpdate parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations * string * string * Microsoft.Azure.Management.ManagedServiceIdentity.Models.IdentityUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity>
<Extension()>
Public Function UpdateAsync (operations As IUserAssignedIdentitiesOperations, resourceGroupName As String, resourceName As String, parameters As IdentityUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Identity)

Paramètres

operations
IUserAssignedIdentitiesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel l’identité appartient.

resourceName
String

Nom de la ressource d’identité.

parameters
IdentityUpdate

Paramètres pour mettre à jour l’identité

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à