Package version:

Interface ElasticPools

Interface representing a ElasticPools.

Hierarchy

  • ElasticPools

Methods

  • Deletes an elastic 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.

    • serverName: string

      The name of the server.

    • elasticPoolName: string

      The name of the elastic pool.

    • Optional options: ElasticPoolsDeleteOptionalParams

      The options parameters.

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

  • Deletes an elastic 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.

    • serverName: string

      The name of the server.

    • elasticPoolName: string

      The name of the elastic pool.

    • Optional options: ElasticPoolsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Failovers an elastic 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.

    • serverName: string

      The name of the server.

    • elasticPoolName: string

      The name of the elastic pool to failover.

    • Optional options: ElasticPoolsFailoverOptionalParams

      The options parameters.

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

  • Failovers an elastic 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.

    • serverName: string

      The name of the server.

    • elasticPoolName: string

      The name of the elastic pool to failover.

    • Optional options: ElasticPoolsFailoverOptionalParams

      The options parameters.

    Returns Promise<void>

  • Returns elastic pool metrics.

    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.

    • serverName: string

      The name of the server.

    • elasticPoolName: string

      The name of the elastic pool.

    • filter: string

      An OData filter expression that describes a subset of metrics to return.

    • Optional options: ElasticPoolsListMetricsOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Metric>

Generated using TypeDoc