AgentPoolsOperationsExtensions.CreateOrUpdateAsync 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.
Crée ou met à jour un pool d’agents.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName, Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ContainerService.Fluent.IAgentPoolsOperations * string * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IAgentPoolsOperations, resourceGroupName As String, resourceName As String, agentPoolName As String, parameters As AgentPoolInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AgentPoolInner)
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.
- parameters
- AgentPoolInner
Paramètres fournis à l’opération Créer ou mettre à jour un pool d’agents.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Crée ou met à jour un pool d’agents dans le cluster managé spécifié.
S’applique à
Azure SDK for .NET