DatabaseMigrationSqlDb.DefinitionStages.WithParentResource Interface

public static interface DatabaseMigrationSqlDb.DefinitionStages.WithParentResource

The stage of the DatabaseMigrationSqlDb definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingServer(String resourceGroupName, String sqlDbInstanceName)

Specifies resourceGroupName, sqlDbInstanceName.

Method Details

withExistingServer

public abstract DatabaseMigrationSqlDb.DefinitionStages.WithCreate withExistingServer(String resourceGroupName, String sqlDbInstanceName)

Specifies resourceGroupName, sqlDbInstanceName.

Parameters:

resourceGroupName - Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sqlDbInstanceName - The sqlDbInstanceName parameter.

Returns:

the next definition stage.

Applies to