| Modifier and Type | Method and Description |
|---|---|
SqlSyncGroup |
SqlSyncGroupOperations.getBySqlServer(String resourceGroupName,
String sqlServerName,
String databaseName,
String name)
Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<SqlSyncGroup> |
SqlSyncGroupOperations.getBySqlServerAsync(String resourceGroupName,
String sqlServerName,
String databaseName,
String name)
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
| Modifier and Type | Method and Description |
|---|---|
SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer |
SqlSyncMemberOperations.DefinitionStages.WithSqlServer.withExistingSyncGroup(SqlSyncGroup sqlSyncGroup)
Sets the parent SQL server for the new Sync Member.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/