IAgentPoolsOperations Interface

Definition

AgentPoolsOperations operations.

public interface IAgentPoolsOperations
type IAgentPoolsOperations = interface
Public Interface IAgentPoolsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, AgentPoolInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an agent pool.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an agent pool.

BeginUpgradeNodeImageVersionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, String, AgentPoolInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates an agent pool.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an agent pool.

GetAvailableAgentPoolVersionsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetUpgradeProfileWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets upgrade profile for an agent pool.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the agent pool.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

UpgradeNodeImageVersionWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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