Uses of Interface
com.microsoft.azure.management.sql.SqlSyncGroup
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlSyncGroup in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlSyncGroupOperations.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 TypeMethodDescriptionrx.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 TypeMethodDescriptionSqlSyncMemberOperations.DefinitionStages.WithSqlServer.withExistingSyncGroup
(SqlSyncGroup sqlSyncGroup) Sets the parent SQL server for the new Sync Member.