Interface SqlSyncGroupOperations.SqlSyncGroupActionsDefinition
- All Superinterfaces:
SqlChildrenOperations.SqlChildrenActionsDefinition<SqlSyncGroup>
- Enclosing interface:
- SqlSyncGroupOperations
public static interface SqlSyncGroupOperations.SqlSyncGroupActionsDefinition
extends SqlChildrenOperations.SqlChildrenActionsDefinition<SqlSyncGroup>
Grouping of the Azure SQL Server Sync Group common actions.
-
Method Summary
Modifier and TypeMethodDescriptionBegins the definition of a new SQL Sync Group to be added to this server.Methods inherited from interface com.azure.resourcemanager.sql.models.SqlChildrenOperations.SqlChildrenActionsDefinition
delete, deleteAsync, deleteById, deleteByIdAsync, get, getAsync, getById, getByIdAsync, list, listAsync
-
Method Details
-
define
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
-