Interface Database.DefinitionStages.WithParentResource

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

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

    • withExistingServer

      Database.DefinitionStages.WithCreate withExistingServer(String resourceGroupName, String serverName)
      Specifies resourceGroupName, serverName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serverName - The name of the server.
      Returns:
      the next definition stage.