SqlSyncMemberOperations Interface
public interface SqlSyncMemberOperations extends SupportsCreating<SqlSyncMemberOperations.DefinitionStages.WithSqlServer>
A representation of the Azure SQL Sync Member operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, 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 syncGroupName, String name)
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group. |
Inherited Members
Method Details
getBySqlServer
public SqlSyncMember getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, 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:
Applies to
Azure SDK for Java