Share via


ISqlSyncGroupActionsDefinition.Define(String) Method

Definition

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

public Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSyncDatabaseId Define (string syncGroupName);
abstract member Define : string -> Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroupOperations.Definition.IWithSyncDatabaseId
Public Function Define (syncGroupName As String) As IWithSyncDatabaseId

Parameters

syncGroupName
String

The name of the new SQL Sync Group.

Returns

Applies to