@Beta(value=V1_9_0) public interface SqlSyncGroupOperations extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<SqlSyncGroupOperations.DefinitionStages.WithSqlServer>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlSyncGroupOperations.DefinitionStages
Grouping of all the SQL Sync Group definition stages.
|
static interface |
SqlSyncGroupOperations.SqlSyncGroupActionsDefinition
Grouping of the Azure SQL Server Sync Group common actions.
|
static interface |
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlSyncGroup |
getBySqlServer(String resourceGroupName,
String sqlServerName,
String databaseName,
String name)
Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
rx.Observable<SqlSyncGroup> |
getBySqlServerAsync(String resourceGroupName,
String sqlServerName,
String databaseName,
String name)
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
com.microsoft.azure.PagedList<String> |
listSyncDatabaseIds(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Gets a collection of sync database ids.
|
com.microsoft.azure.PagedList<String> |
listSyncDatabaseIds(String locationName)
Gets a collection of sync database ids.
|
rx.Observable<String> |
listSyncDatabaseIdsAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Gets a collection of sync database ids.
|
rx.Observable<String> |
listSyncDatabaseIdsAsync(String locationName)
Gets a collection of sync database ids.
|
SqlSyncGroup getBySqlServer(String resourceGroupName, String sqlServerName, String databaseName, String name)
resourceGroupName - the name of resource groupsqlServerName - the name of SQL server resourcedatabaseName - the name of SQL Database parent resourcename - the name of the child resourcerx.Observable<SqlSyncGroup> getBySqlServerAsync(String resourceGroupName, String sqlServerName, String databaseName, String name)
resourceGroupName - the name of resource groupsqlServerName - the name of SQL server parent resourcedatabaseName - the name of SQL Database parent resourcename - the name of the child resourcecom.microsoft.azure.PagedList<String> listSyncDatabaseIds(String locationName)
locationName - The name of the region where the resource is located.rx.Observable<String> listSyncDatabaseIdsAsync(String locationName)
locationName - The name of the region where the resource is located.com.microsoft.azure.PagedList<String> listSyncDatabaseIds(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
region - the region where the resource is located.rx.Observable<String> listSyncDatabaseIdsAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
region - the region where the resource is located./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/