Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PoolsImpl

Package version

Class containing Pools operations.

Hierarchy

  • PoolsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, projectName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a machine pool

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • Optional options: PoolsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, projectName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<void>
  • Deletes a machine pool

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • Optional options: PoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

  • Gets a machine pool

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • Optional options: PoolsGetOptionalParams

      The options parameters.

    Returns Promise<PoolsGetResponse>

listByProject

Generated using TypeDoc