SqlSyncGroupOperations Interface
public interface SqlSyncGroupOperations extends SupportsCreating<SqlSyncGroupOperations.DefinitionStages.WithSqlServer>
A representation of the Azure SQL Sync Group operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
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. |
Observable<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. |
PagedList<String> |
listSyncDatabaseIds(Region region)
Gets a collection of sync database ids. |
PagedList<String> |
listSyncDatabaseIds(String locationName)
Gets a collection of sync database ids. |
Observable<String> |
listSyncDatabaseIdsAsync(Region region)
Gets a collection of sync database ids. |
Observable<String> |
listSyncDatabaseIdsAsync(String locationName)
Gets a collection of sync database ids. |
Inherited Members
Method Details
getBySqlServer
public 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 Observable
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 PagedList
Gets a collection of sync database ids.
Parameters:
Returns:
listSyncDatabaseIds
public PagedList
Gets a collection of sync database ids.
Parameters:
Returns:
listSyncDatabaseIdsAsync
public Observable
Gets a collection of sync database ids.
Parameters:
Returns:
listSyncDatabaseIdsAsync
public Observable
Gets a collection of sync database ids.
Parameters:
Returns:
Applies to
Azure SDK for Java