Interface WorkloadClassifier.DefinitionStages.WithParentResource

All Known Subinterfaces:
WorkloadClassifier.Definition, WorkloadClassifier.DefinitionStages.Blank
Enclosing interface:
WorkloadClassifier.DefinitionStages

public static interface WorkloadClassifier.DefinitionStages.WithParentResource
The stage of the WorkloadClassifier definition allowing to specify parent resource.
  • Method Details

    • withExistingWorkloadGroup

      WorkloadClassifier.DefinitionStages.WithCreate withExistingWorkloadGroup(String resourceGroupName, String workspaceName, String sqlPoolName, String workloadGroupName)
      Specifies resourceGroupName, workspaceName, sqlPoolName, workloadGroupName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      sqlPoolName - SQL pool name.
      workloadGroupName - The name of the workload group.
      Returns:
      the next definition stage.