Uses of Interface
com.azure.resourcemanager.sql.models.SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId
-
Packages that use SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId in com.azure.resourcemanager.sql.models
Subinterfaces of SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlSyncGroupOperations.SqlSyncGroupOperationsDefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseIdSqlSyncGroupOperations.SqlSyncGroupActionsDefinition. define(String syncGroupName)Begins the definition of a new SQL Sync Group to be added to this server.SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseIdSqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase. withExistingDatabaseName(String databaseName)Sets the name of the database on which the sync group is hosted.SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseIdSqlSyncGroupOperations.DefinitionStages.WithSqlServer. withExistingSqlDatabase(SqlDatabase sqlDatabase)Sets the parent SQL server for the new Sync Group.
-