Package version:

Interface WorkloadClassifiers

Interface representing a WorkloadClassifiers.

Hierarchy

  • WorkloadClassifiers

Methods

  • Deletes a workload classifier.

    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.

    • databaseName: string

      The name of the database.

    • workloadGroupName: string

      The name of the workload group from which to receive the classifier from.

    • workloadClassifierName: string

      The name of the workload classifier to delete.

    • Optional options: WorkloadClassifiersDeleteOptionalParams

      The options parameters.

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

  • Deletes a workload classifier.

    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.

    • databaseName: string

      The name of the database.

    • workloadGroupName: string

      The name of the workload group from which to receive the classifier from.

    • workloadClassifierName: string

      The name of the workload classifier to delete.

    • Optional options: WorkloadClassifiersDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a workload classifier

    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.

    • databaseName: string

      The name of the database.

    • workloadGroupName: string

      The name of the workload group from which to receive the classifier from.

    • workloadClassifierName: string

      The name of the workload classifier.

    • Optional options: WorkloadClassifiersGetOptionalParams

      The options parameters.

    Returns Promise<WorkloadClassifier>

Generated using TypeDoc