Partager via


IAgentPoolsOperations.GetUpgradeProfileWithHttpMessagesAsync Méthode

Définition

Obtient le profil de mise à niveau pour un pool d’agents.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfileInner>> GetUpgradeProfileWithHttpMessagesAsync (string resourceGroupName, string resourceName, string agentPoolName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUpgradeProfileWithHttpMessagesAsync : 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.AgentPoolUpgradeProfileInner>>
Public Function GetUpgradeProfileWithHttpMessagesAsync (resourceGroupName As String, resourceName As String, agentPoolName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AgentPoolUpgradeProfileInner))

Paramètres

resourceGroupName
String

Nom du groupe de ressources.

resourceName
String

Nom de la ressource de cluster managé.

agentPoolName
String

Nom du pool d’agents.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code de status non valide

Levée en cas d’impossibilité de désérialiser la réponse

Levée lorsqu’un paramètre obligatoire a la valeur Null

Remarques

Obtient les détails du profil de mise à niveau d’un pool d’agents avec un groupe de ressources et un nom de cluster managé spécifiés.

S’applique à