SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId Interface

public interface WithSyncDatabaseId

The SQL Sync Group definition to set the database ID to sync with.

Method Summary

Modifier and Type Method and Description
SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName withSyncDatabaseId(String syncDatabaseId)

Sets the sync database ID.

Method Details

withSyncDatabaseId

public SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName withSyncDatabaseId(String syncDatabaseId)

Sets the sync database ID.

Parameters:

syncDatabaseId - the sync database ID value to set

Returns:

The next stage of the definition.

Applies to