SqlSyncGroupOperations.SqlSyncGroupActionsDefinition Interface

public interface SqlSyncGroupActionsDefinition extends SqlChildrenOperations.SqlChildrenActionsDefinition

Grouping of the Azure SQL Server Sync Group common actions.

Method Summary

Modifier and Type Method and Description
SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId define(String syncGroupName)

Begins the definition of a new SQL Sync Group to be added to this server.

Inherited Members

Method Details

define

public 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