AgentPoolsOperationsExtensions.GetUpgradeProfileAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET