Interface SqlPool.DefinitionStages.WithParentResource

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

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

      • withExistingWorkspace

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