AgentPoolsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for AgentPoolsOperations
public static class AgentPoolsOperationsExtensions
type AgentPoolsOperationsExtensions = class
Public Module AgentPoolsOperationsExtensions
- Inheritance
-
AgentPoolsOperationsExtensions
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 |