| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId |
SqlSyncGroupOperations.SqlSyncGroupActionsDefinition.define(String syncGroupName)
Begins the definition of a new SQL Sync Group to be added to this server.
|
SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId |
SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase.withExistingDatabaseName(String databaseName)
Sets the name of the database on which the sync group is hosted.
|
SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId |
SqlSyncGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlDatabase(SqlDatabase sqlDatabase)
Sets the parent SQL server for the new Sync Group.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.