ManagedClustersOperationsExtensions.ResetAADProfileAsync 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.
Réinitialiser le profil AAD d’un cluster managé.
public static System.Threading.Tasks.Task ResetAADProfileAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAADProfile parameters, System.Threading.CancellationToken cancellationToken = default);
static member ResetAADProfileAsync : Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAADProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ResetAADProfileAsync (operations As IManagedClustersOperations, resourceGroupName As String, resourceName As String, parameters As ManagedClusterAADProfile, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- operations
- IManagedClustersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- resourceName
- String
Nom de la ressource de cluster managé.
- parameters
- ManagedClusterAADProfile
Paramètres fournis à l’opération Réinitialiser le profil AAD pour un cluster managé.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Mettez à jour le profil AAD pour un cluster managé.
S’applique à
Azure SDK for .NET