Package version:

Interface Pools

Interface representing a Pools.

Hierarchy

  • Pools

Methods

  • Creates or updates a machine pool

    Parameters

    • resourceGroupName: string

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

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • body: Pool

      Represents a machine pool

    • Optional options: PoolsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<Pool>, Pool>>

  • Deletes a machine pool

    Parameters

    • resourceGroupName: string

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

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

  • Deletes a machine pool

    Parameters

    • resourceGroupName: string

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

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • Optional options: PoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Partially updates a machine pool

    Parameters

    • resourceGroupName: string

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

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • body: PoolUpdate

      Represents a machine pool

    • Optional options: PoolsUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<Pool>, Pool>>

  • Gets a machine pool

    Parameters

    • resourceGroupName: string

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

    • projectName: string

      The name of the project.

    • poolName: string

      Name of the pool.

    • Optional options: PoolsGetOptionalParams

      The options parameters.

    Returns Promise<Pool>

Generated using TypeDoc