AgentPoolsOperationsExtensions.BeginCreateOrUpdate Method

Definition

Creates or updates an agent pool in the specified managed cluster.

public static Microsoft.Azure.Management.ContainerService.Models.AgentPool BeginCreateOrUpdate (this Microsoft.Azure.Management.ContainerService.IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName, Microsoft.Azure.Management.ContainerService.Models.AgentPool parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ContainerService.IAgentPoolsOperations * string * string * string * Microsoft.Azure.Management.ContainerService.Models.AgentPool -> Microsoft.Azure.Management.ContainerService.Models.AgentPool
<Extension()>
Public Function BeginCreateOrUpdate (operations As IAgentPoolsOperations, resourceGroupName As String, resourceName As String, agentPoolName As String, parameters As AgentPool) As AgentPool

Parameters

operations
IAgentPoolsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

resourceName
String

The name of the managed cluster resource.

agentPoolName
String

The name of the agent pool.

parameters
AgentPool

Returns

Applies to