Uses of Interface
com.azure.resourcemanager.sql.models.SqlSyncGroup
-
Packages that use SqlSyncGroup Package Description com.azure.resourcemanager.sql.models 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 SqlSyncGroup Modifier and Type Method Description SqlSyncGroupSqlSyncGroupOperations. 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 SqlSyncGroup Modifier and Type Method Description Mono<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.Methods in com.azure.resourcemanager.sql.models with parameters of type SqlSyncGroup Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServerSqlSyncMemberOperations.DefinitionStages.WithSqlServer. withExistingSyncGroup(SqlSyncGroup sqlSyncGroup)Sets the parent SQL server for the new Sync Member.
-