Interface ClusterPrincipalAssignment.DefinitionStages.WithParentResource

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

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

    • withExistingKustoPool

      ClusterPrincipalAssignment.DefinitionStages.WithCreate withExistingKustoPool(String workspaceName, String kustoPoolName, String resourceGroupName)
      Specifies workspaceName, kustoPoolName, resourceGroupName.
      Parameters:
      workspaceName - The name of the workspace.
      kustoPoolName - The name of the Kusto pool.
      resourceGroupName - The name of the resource group. The name is case insensitive.
      Returns:
      the next definition stage.