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
Subinterfaces with type arguments of type SqlSyncGroup in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Server Sync Group.interfaceAn immutable client-side representation of an Azure SQL Server Sync Group.static interfaceThe template for a SQL Sync Group update operation, containing all the settings that can be modified.static interfaceThe final stage of the SQL Sync Group definition.static interfaceGrouping of the Azure SQL Server Sync Group common actions.interfaceAn immutable client-side representation of an Azure SQL Server Sync Member.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.