AgentPoolsOperationsExtensions.CreateOrUpdate Method

Definition

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

public static Microsoft.Azure.Management.ContainerService.Models.AgentPool CreateOrUpdate (this Microsoft.Azure.Management.ContainerService.IAgentPoolsOperations operations, string resourceGroupName, string resourceName, string agentPoolName, Microsoft.Azure.Management.ContainerService.Models.AgentPool parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ContainerService.IAgentPoolsOperations * string * string * string * Microsoft.Azure.Management.ContainerService.Models.AgentPool -> Microsoft.Azure.Management.ContainerService.Models.AgentPool
<Extension()>
Public Function CreateOrUpdate (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