@Beta(value=V1_9_0) public interface SqlSyncMemberOperations extends SupportsCreating<SqlSyncMemberOperations.DefinitionStages.WithSqlServer>
Modifier and Type | Interface and Description |
---|---|
static interface |
SqlSyncMemberOperations.DefinitionStages
Grouping of all the SQL Sync Member definition stages.
|
static interface |
SqlSyncMemberOperations.SqlSyncMemberActionsDefinition
Grouping of the Azure SQL Server Sync Member common actions.
|
static interface |
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
Modifier and Type | Method and Description |
---|---|
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.
|
rx.Observable<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.
|
define
SqlSyncMember getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, String name)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server resourcedatabaseName
- the name of SQL Database parent resourcesyncGroupName
- the name of the sync group on which the Sync Member is hostedname
- the name of the child resourcerx.Observable<SqlSyncMember> getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String syncGroupName, String name)
resourceGroupName
- the name of resource groupsqlServerName
- the name of SQL server parent resourcedatabaseName
- the name of SQL Database parent resourcesyncGroupName
- the name of the sync group on which the Sync Member is hostedname
- the name of the child resourceCopyright © 2019. All rights reserved.