AgentPoolsOperationsExtensions.CreateAsync 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 un pool d’agents pour un registre de conteneurs avec les paramètres spécifiés.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool> CreateAsync (this Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations operations, string resourceGroupName, string registryName, string agentPoolName, Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool agentPool, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations * string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool>
<Extension()>
Public Function CreateAsync (operations As IAgentPoolsOperations, resourceGroupName As String, registryName As String, agentPoolName As String, agentPool As AgentPool, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AgentPool)
Paramètres
- operations
- IAgentPoolsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient le registre de conteneurs.
- registryName
- String
Nom du registre de conteneurs.
- agentPoolName
- String
Nom du pool d’agents.
- agentPool
- AgentPool
Paramètres d’un pool d’agents qui doit être planifié.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET