Uses of Interface
com.azure.resourcemanager.sql.models.SqlSyncGroup
Packages that use SqlSyncGroup
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlSyncGroup in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlSyncGroupModifier 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.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SqlSyncGroupModifier and TypeMethodDescriptionSqlSyncGroupOperations.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.Methods in com.azure.resourcemanager.sql.models with parameters of type SqlSyncGroupModifier and TypeMethodDescriptionSqlSyncMemberOperations.DefinitionStages.WithSqlServer.withExistingSyncGroup(SqlSyncGroup sqlSyncGroup) Sets the parent SQL server for the new Sync Member.