SqlSyncGroupOperations.DefinitionStages.WithDatabasePassword Interface

public static interface SqlSyncGroupOperations.DefinitionStages.WithDatabasePassword

The SQL Sync Group definition to set the database login password.

Method Summary

Modifier and Type Method and Description
abstract WithConflictResolutionPolicy withDatabasePassword(String password)

Sets the database login password.

Method Details

withDatabasePassword

public abstract SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy withDatabasePassword(String password)

Sets the database login password.

Parameters:

password - the database login password

Returns:

The next stage of the definition.

Applies to