SqlSyncGroupOperations.DefinitionStages.WithSqlServer Interface
public static interface SqlSyncGroupOperations.DefinitionStages.WithSqlServer
The first stage of the SQL Sync Group definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingSqlDatabase(SqlDatabase sqlDatabase)
Sets the parent SQL server for the new Sync Group. |
abstract
With |
withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to. |
Method Details
withExistingSqlDatabase
public abstract SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId withExistingSqlDatabase(SqlDatabase sqlDatabase)
Sets the parent SQL server for the new Sync Group.
Parameters:
Returns:
withExistingSqlServer
public abstract SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
Parameters:
Returns:
Applies to
Azure SDK for Java