Package version:

Interface InstancePools

Interface representing a InstancePools.

Hierarchy

  • InstancePools

Methods

  • Deletes an instance pool

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • instancePoolName: string

      The name of the instance pool to be deleted

    • Optional options: InstancePoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

  • Deletes an instance pool

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • instancePoolName: string

      The name of the instance pool to be deleted

    • Optional options: InstancePoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc