Share via


AgentPoolsOperationsExtensions Class

Definition

Extension methods for AgentPoolsOperations.

public static class AgentPoolsOperationsExtensions
type AgentPoolsOperationsExtensions = class
Public Module AgentPoolsOperationsExtensions
Inheritance
AgentPoolsOperationsExtensions

Methods

BeginCreateOrUpdateAsync(IAgentPoolsOperations, String, String, String, AgentPoolInner, CancellationToken)

Creates or updates an agent pool.

BeginDeleteAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Deletes an agent pool.

BeginUpgradeNodeImageVersionAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Upgrade node image version of an agent pool to the latest.

CreateOrUpdateAsync(IAgentPoolsOperations, String, String, String, AgentPoolInner, CancellationToken)

Creates or updates an agent pool.

DeleteAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Deletes an agent pool.

GetAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Gets the agent pool.

GetAvailableAgentPoolVersionsAsync(IAgentPoolsOperations, String, String, CancellationToken)

Gets a list of supported versions for the specified agent pool.

GetUpgradeProfileAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Gets upgrade profile for an agent pool.

ListAsync(IAgentPoolsOperations, String, String, CancellationToken)

Gets a list of agent pools in the specified managed cluster.

ListNextAsync(IAgentPoolsOperations, String, CancellationToken)

Gets a list of agent pools in the specified managed cluster.

UpgradeNodeImageVersionAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Upgrade node image version of an agent pool to the latest.

Applies to