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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseIddefine(String syncGroupName)Begins 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 Detail
-
define
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
-
-