Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AgentPoolsImpl

Package version

Class containing AgentPools operations.

Hierarchy

  • AgentPoolsImpl

Implements

Index

Constructors

constructor

Methods

beginCreate

beginCreateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a specified agent pool resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • agentPoolName: string

      The name of the agent pool.

    • Optional options: AgentPoolsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Deletes a specified agent pool resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • agentPoolName: string

      The name of the agent pool.

    • Optional options: AgentPoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

  • Gets the detailed information for a given agent pool.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • agentPoolName: string

      The name of the agent pool.

    • Optional options: AgentPoolsGetOptionalParams

      The options parameters.

    Returns Promise<AgentPoolsGetResponse>

getQueueStatus

list

  • Lists all the agent pools for a specified container registry.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the container registry belongs.

    • registryName: string

      The name of the container registry.

    • Optional options: AgentPoolsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<AgentPool>

Generated using TypeDoc