SqlSyncGroupOperations.SqlSyncGroupActionsDefinition Interface
Implements
public static interface SqlSyncGroupOperations.SqlSyncGroupActionsDefinition
extends SqlChildrenActionsDefinition<SqlSyncGroup>
Grouping of the Azure SQL Server Sync Group common actions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
define(String syncGroupName)
Begins the definition of a new SQL Sync Group to be added to this server. |
Method Details
define
public abstract SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId define(String syncGroupName)
Begins the definition of a new SQL Sync Group to be added to this server.
Parameters:
syncGroupName
- the name of the new SQL Sync Group
Returns:
the first stage of the new SQL Virtual Network Rule definition
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java