@Beta(value=V1_9_0)
public static interface SqlSyncGroupOperations.DefinitionStages.WithSqlServer
| Modifier and Type | Method and Description |
|---|---|
SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId |
withExistingSqlDatabase(SqlDatabase sqlDatabase)
Sets the parent SQL server for the new Sync Group.
|
SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase |
withExistingSqlServer(String resourceGroupName,
String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
|
SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase withExistingSqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName - the name of the resource group the parent SQL serversqlServerName - the parent SQL server nameSqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId withExistingSqlDatabase(SqlDatabase sqlDatabase)
sqlDatabase - the parent SQL databaseCopyright © 2019. All rights reserved.