UserAssignedIdentitiesOperationsExtensions.CreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez ou mettez à 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> CreateOrUpdateAsync (this Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ManagedServiceIdentity.IUserAssignedIdentitiesOperations * string * string * Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Identity>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IUserAssignedIdentitiesOperations, resourceGroupName As String, resourceName As String, parameters As Identity, 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
- Identity
Paramètres pour créer ou mettre à jour l’identité
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET