SqlSyncMemberOperations Interface
Implements
public interface SqlSyncMemberOperations
extends SupportsCreating<WithSqlServer>
A representation of the Azure SQL Sync Member operations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
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. |
|
abstract
Mono<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. |
Method Details
getBySqlServer
public abstract 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 abstract Mono<SqlSyncMember> 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.
Parameters:
Returns: