Compartilhar via


IManagedClustersOperations.GetAccessProfileWithHttpMessagesAsync Método

Definição

Cuidado

This operation is deprecated. Please do not use it any longer.

Obtém um perfil de acesso de um cluster gerenciado.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAccessProfileInner>> GetAccessProfileWithHttpMessagesAsync (string resourceGroupName, string resourceName, string roleName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member GetAccessProfileWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAccessProfileInner>>
Public Function GetAccessProfileWithHttpMessagesAsync (resourceGroupName As String, resourceName As String, roleName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ManagedClusterAccessProfileInner))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

resourceName
String

O nome do recurso de cluster gerenciado.

roleName
String

O nome da função para o recurso accessProfile do cluster gerenciado.

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Atributos

Exceções

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

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Comentários

Obtém o accessProfile para o nome de função especificado do cluster gerenciado com um grupo de recursos e um nome especificados. **AVISO**: essa API será preterida. Em vez disso, use

ListClusterUserCredentials

ou

ListClusterAdminCredentials

.

Aplica-se a