Compartilhar via


IManagedClustersOperations.ResetServicePrincipalProfileWithHttpMessagesAsync Método

Definição

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> ResetServicePrincipalProfileWithHttpMessagesAsync (string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterServicePrincipalProfile parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ResetServicePrincipalProfileWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterServicePrincipalProfile * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function ResetServicePrincipalProfileWithHttpMessagesAsync (resourceGroupName As String, resourceName As String, parameters As ManagedClusterServicePrincipalProfile, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parâmetros

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.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando um parâmetro necessário é nulo

Comentários

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

Aplica-se a