SqlSyncMemberOperations.DefinitionStages.WithSqlServer Interface
public interface WithSqlServer
The first stage of the SQL Sync Member definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlSyncMemberOperations.DefinitionStages.WithSyncMemberDatabase |
withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to. |
SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer |
withExistingSyncGroup(SqlSyncGroup sqlSyncGroup)
Sets the parent SQL server for the new Sync Member. |
Method Details
withExistingSqlServer
public SqlSyncMemberOperations.DefinitionStages.WithSyncMemberDatabase withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
Parameters:
Returns:
withExistingSyncGroup
public SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer withExistingSyncGroup(SqlSyncGroup sqlSyncGroup)
Sets the parent SQL server for the new Sync Member.
Parameters:
Returns:
Applies to
Azure SDK for Java