@Beta(value=V1_9_0)
public static interface SqlSyncMemberOperations.DefinitionStages.WithSqlServer
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.
|
SqlSyncMemberOperations.DefinitionStages.WithSyncMemberDatabase withExistingSqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName
- the name of the resource group the parent SQL serversqlServerName
- the parent SQL server nameSqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer withExistingSyncGroup(SqlSyncGroup sqlSyncGroup)
sqlSyncGroup
- the parent SQL Sync GroupCopyright © 2019. All rights reserved.