ManagedClustersOperationsExtensions.ResetServicePrincipalProfileAsync 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 de principal de service d’un cluster managé.
public static System.Threading.Tasks.Task ResetServicePrincipalProfileAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterServicePrincipalProfile parameters, System.Threading.CancellationToken cancellationToken = default);
static member ResetServicePrincipalProfileAsync : Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterServicePrincipalProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ResetServicePrincipalProfileAsync (operations As IManagedClustersOperations, resourceGroupName As String, resourceName As String, parameters As ManagedClusterServicePrincipalProfile, 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
- ManagedClusterServicePrincipalProfile
Paramètres fournis à l’opération Réinitialiser le profil principal du service pour un cluster managé.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Mettez à jour le profil du principal de service pour un cluster managé.
S’applique à
Azure SDK for .NET