Interface AttachedDatabaseConfiguration.DefinitionStages.WithParentResource

    • Method Detail

      • withExistingKustoPool

        AttachedDatabaseConfiguration.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.