SqlSyncGroupOperations Interface
Implements
public interface SqlSyncGroupOperations
extends SupportsCreating<WithSqlServer>
A representation of the Azure SQL Sync Group operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Sql |
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. |
abstract
Mono<Sql |
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. |
abstract
Paged |
listSyncDatabaseIds(Region region)
Gets a collection of sync database ids. |
abstract
Paged |
listSyncDatabaseIds(String locationName)
Gets a collection of sync database ids. |
abstract
Paged |
listSyncDatabaseIdsAsync(Region region)
Gets a collection of sync database ids. |
abstract
Paged |
listSyncDatabaseIdsAsync(String locationName)
Gets a collection of sync database ids. |
Method Details
getBySqlServer
public abstract SqlSyncGroup 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.
Parameters:
Returns:
getBySqlServerAsync
public abstract Mono
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
Parameters:
Returns:
listSyncDatabaseIds
public abstract PagedIterable
Gets a collection of sync database ids.
Parameters:
Returns:
listSyncDatabaseIds
public abstract PagedIterable
Gets a collection of sync database ids.
Parameters:
Returns:
listSyncDatabaseIdsAsync
public abstract PagedFlux
Gets a collection of sync database ids.
Parameters:
Returns:
listSyncDatabaseIdsAsync
public abstract PagedFlux
Gets a collection of sync database ids.
Parameters:
Returns:
Applies to
Azure SDK for Java