Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Pools

Package version

Interface representing a Pools.

Hierarchy

  • Pools

Implemented by

Index

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

listByProject

Generated using TypeDoc