Partager via


HybridContainerServiceAgentPoolCollection.CreateOrUpdateAsync Méthode

Définition

Crée le pool d’agents dans le cluster aks hybride provisionné

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/provisionedClusters/{resourceName}/agentPools/{agentPoolName}
  • IdagentPool_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridContainerService.HybridContainerServiceAgentPoolResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string agentPoolName, Azure.ResourceManager.HybridContainerService.HybridContainerServiceAgentPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HybridContainerService.HybridContainerServiceAgentPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridContainerService.HybridContainerServiceAgentPoolResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.HybridContainerService.HybridContainerServiceAgentPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridContainerService.HybridContainerServiceAgentPoolResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, agentPoolName As String, data As HybridContainerServiceAgentPoolData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of HybridContainerServiceAgentPoolResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

agentPoolName
String

Paramètre pour le nom du pool d’agents dans le cluster provisionné.

data
HybridContainerServiceAgentPoolData

HybridContainerServiceAgentPool à utiliser.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

agentPoolName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

agentPoolName ou data est null.

S’applique à