Interface KustoPool.DefinitionStages.WithParentResource

  • All Known Subinterfaces:
    KustoPool.Definition
    Enclosing interface:
    KustoPool.DefinitionStages

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

      • withExistingWorkspace

        KustoPool.DefinitionStages.WithSku withExistingWorkspace​(String workspaceName,
                                                                 String resourceGroupName)
        Specifies workspaceName, resourceGroupName.
        Parameters:
        workspaceName - The name of the workspace.
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        the next definition stage.