Compartir a través de


IManagedClustersOperations.GetAccessProfileWithHttpMessagesAsync Método

Definición

Precaución

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

Obtiene un perfil de acceso de un clúster administrado.

[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

Nombre del grupo de recursos.

resourceName
String

Nombre del recurso de clúster administrado.

roleName
String

Nombre del rol para el recurso accessProfile del clúster administrado.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Atributos

Excepciones

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

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Comentarios

Obtiene el accessProfile para el nombre de rol especificado del clúster administrado con un grupo de recursos y un nombre especificados. **ADVERTENCIA**: esta API quedará en desuso. En su lugar, se usa

ListClusterUserCredentials

o

ListClusterAdminCredentials

.

Se aplica a