Package version:

Interface WorkloadGroups

Interface representing a WorkloadGroups.

Hierarchy

  • WorkloadGroups

Methods

  • Deletes a workload group.

    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 to delete.

    • Optional options: WorkloadGroupsDeleteOptionalParams

      The options parameters.

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

  • Deletes a workload group.

    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 to delete.

    • Optional options: WorkloadGroupsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets a workload group

    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.

    • Optional options: WorkloadGroupsGetOptionalParams

      The options parameters.

    Returns Promise<WorkloadGroup>

Generated using TypeDoc