Interface SqlSyncMemberOperations
-
- All Superinterfaces:
SupportsCreating<SqlSyncMemberOperations.DefinitionStages.WithSqlServer>
public interface SqlSyncMemberOperations extends SupportsCreating<SqlSyncMemberOperations.DefinitionStages.WithSqlServer>
A representation of the Azure SQL Sync Member operations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSqlSyncMemberOperations.DefinitionStagesGrouping of all the SQL Sync Member definition stages.static interfaceSqlSyncMemberOperations.SqlSyncMemberActionsDefinitionGrouping of the Azure SQL Server Sync Member common actions.static interfaceSqlSyncMemberOperations.SqlSyncMemberOperationsDefinitionContainer interface for all the definitions that need to be implemented.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMembergetBySqlServer(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.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.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
define
-
-
-
-
Method Detail
-
getBySqlServer
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 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 resource- Returns:
- an immutable representation of the resource
-
getBySqlServerAsync
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:
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 resource- Returns:
- a representation of the deferred computation of this call returning the found resource
-
-