AgentPoolsOperationsExtensions.BeginCreate 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 Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool BeginCreate (this Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations operations, string resourceGroupName, string registryName, string agentPoolName, Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool agentPool);
static member BeginCreate : Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations * string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool -> Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool
<Extension()>
Public Function BeginCreate (operations As IAgentPoolsOperations, resourceGroupName As String, registryName As String, agentPoolName As String, agentPool As AgentPool) As 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é.
Retours
S’applique à
Azure SDK for .NET