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
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.

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.

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:

resourceGroupName - the name of resource group
sqlServerName - the name of SQL server resource
databaseName - the name of SQL Database parent resource
syncGroupName - the name of the sync group on which the Sync Member is hosted
name - the name of the child resource

Returns:

an immutable representation of the resource

getBySqlServerAsync

public Observable 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:

resourceGroupName - the name of resource group
sqlServerName - the name of SQL server parent resource
databaseName - the name of SQL Database parent resource
syncGroupName - the name of the sync group on which the Sync Member is hosted
name - the name of the child resource

Returns:

a representation of the deferred computation of this call returning the found resource

Applies to