Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AgentPools

Package version

Interface representing a AgentPools.

Hierarchy

  • AgentPools

Implemented by

Index

Methods

abortLatestOperation

  • Aborting last running operation on agent pool. We return a 204 no content code here to indicate that the operation has been accepted and an abort will be attempted but is not guaranteed to complete successfully. Please look up the provisioning state of the agent pool to keep track of whether it changes to Canceled. A canceled provisioning state indicates that the abort was successful

    Parameters

    • 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.

    • Optional options: AgentPoolsAbortLatestOperationOptionalParams

      The options parameters.

    Returns Promise<void>

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, resourceName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes an agent pool in the specified managed cluster.

    Parameters

    • 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.

    • Optional options: AgentPoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • Deletes an agent pool in the specified managed cluster.

    Parameters

    • 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.

    • Optional options: AgentPoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpgradeNodeImageVersion

beginUpgradeNodeImageVersionAndWait

get

getAvailableAgentPoolVersions

getUpgradeProfile

list

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

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • resourceName: string

      The name of the managed cluster resource.

    • Optional options: AgentPoolsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<AgentPool>

Generated using TypeDoc