Compartilhar via


ManagedClustersOperationsExtensions.ResetServicePrincipalProfileAsync Método

Definição

Redefinir o Perfil da Entidade de Serviço de um cluster gerenciado.

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

Parâmetros

operations
IManagedClustersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

resourceName
String

O nome do recurso de cluster gerenciado.

parameters
ManagedClusterServicePrincipalProfile

Parâmetros fornecidos para a operação Redefinir Perfil da Entidade de Serviço para um Cluster Gerenciado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Atualize o Perfil da entidade de serviço para um cluster gerenciado.

Aplica-se a