Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlPoolWorkloadClassifier

Package version

Interface representing a SqlPoolWorkloadClassifier.

Hierarchy

  • SqlPoolWorkloadClassifier

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, sqlPoolName: string, workloadGroupName: string, workloadClassifierName: string, options?: SqlPoolWorkloadClassifierDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Remove workload classifier of a Sql pool's workload group.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      The name of the workspace.

    • sqlPoolName: string

      SQL pool name

    • workloadGroupName: string

      The name of the workload group.

    • workloadClassifierName: string

      The name of the workload classifier.

    • Optional options: SqlPoolWorkloadClassifierDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Remove workload classifier of a Sql pool's workload group.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      The name of the workspace.

    • sqlPoolName: string

      SQL pool name

    • workloadGroupName: string

      The name of the workload group.

    • workloadClassifierName: string

      The name of the workload classifier.

    • Optional options: SqlPoolWorkloadClassifierDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

list

Generated using TypeDoc