Compartir a través de


IManagedClustersOperations.ResetServicePrincipalProfileWithHttpMessagesAsync Método

Definición

Restablezca el perfil de entidad de servicio de un clúster administrado.

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

Nombre del grupo de recursos.

resourceName
String

Nombre del recurso de clúster administrado.

parameters
ManagedClusterServicePrincipalProfile

Parámetros proporcionados a la operación Restablecer perfil de entidad de servicio para un clúster administrado.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando un parámetro obligatorio es NULL

Comentarios

Actualice el perfil de entidad de servicio para un clúster administrado.

Se aplica a