Partager via


AgentPoolsOperationsExtensions.GetUpgradeProfileAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfileInner> GetUpgradeProfileAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName, System.Threading.CancellationToken cancellationToken = default);
static member GetUpgradeProfileAsync : Microsoft.Azure.Management.ContainerService.Fluent.IAgentPoolsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfileInner>
<Extension()>
Public Function GetUpgradeProfileAsync (operations As IAgentPoolsOperations, resourceGroupName As String, resourceName As String, agentPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AgentPoolUpgradeProfileInner)

Paramètres

operations
IAgentPoolsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

resourceName
String

Nom de la ressource de cluster managé.

agentPoolName
String

Nom du pool d’agents.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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 à