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