@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 database/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/