IAgentPoolsOperations Interface

Definition

AgentPoolsOperations operations.

public interface IAgentPoolsOperations
type IAgentPoolsOperations = interface
Public Interface IAgentPoolsOperations

Methods

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

Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.

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

Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.

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

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

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

Deletes an agent pool in the specified managed cluster.

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

Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade

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

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

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

Deletes an agent pool in the specified managed cluster.

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

See supported Kubernetes versions for more details about the version lifecycle.

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

Gets the upgrade profile for an agent pool.

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

Gets the specified managed cluster 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)

Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade

Extension Methods

AbortLatestOperation(IAgentPoolsOperations, String, String, String)

Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.

AbortLatestOperationAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.

BeginAbortLatestOperation(IAgentPoolsOperations, String, String, String)

Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.

BeginAbortLatestOperationAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

Aborts the currently running operation on the agent pool. The Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes. If the operation completes before cancellation can take place, a 409 error code is returned.

BeginCreateOrUpdate(IAgentPoolsOperations, String, String, String, AgentPool)

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

BeginCreateOrUpdateAsync(IAgentPoolsOperations, String, String, String, AgentPool, CancellationToken)

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

BeginDelete(IAgentPoolsOperations, String, String, String)

Deletes an agent pool in the specified managed cluster.

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

Deletes an agent pool in the specified managed cluster.

BeginUpgradeNodeImageVersion(IAgentPoolsOperations, String, String, String)

Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade

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

Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade

CreateOrUpdate(IAgentPoolsOperations, String, String, String, AgentPool)

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

CreateOrUpdateAsync(IAgentPoolsOperations, String, String, String, AgentPool, CancellationToken)

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

Delete(IAgentPoolsOperations, String, String, String)

Deletes an agent pool in the specified managed cluster.

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

Deletes an agent pool in the specified managed cluster.

Get(IAgentPoolsOperations, String, String, String)

Gets the specified managed cluster agent pool.

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

Gets the specified managed cluster agent pool.

GetAvailableAgentPoolVersions(IAgentPoolsOperations, String, String)

See supported Kubernetes versions for more details about the version lifecycle.

GetAvailableAgentPoolVersionsAsync(IAgentPoolsOperations, String, String, CancellationToken)

See supported Kubernetes versions for more details about the version lifecycle.

GetUpgradeProfile(IAgentPoolsOperations, String, String, String)

Gets the upgrade profile for an agent pool.

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

Gets the upgrade profile for an agent pool.

List(IAgentPoolsOperations, String, String)

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

ListAsync(IAgentPoolsOperations, String, String, CancellationToken)

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

ListNext(IAgentPoolsOperations, String)

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.

UpgradeNodeImageVersion(IAgentPoolsOperations, String, String, String)

Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade

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

Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS provides one new image per week with the latest updates. For more details on node image versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade

Applies to