Interface SqlSyncGroupOperations.DefinitionStages.WithDatabasePassword
-
- All Known Subinterfaces:
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
public static interface SqlSyncGroupOperations.DefinitionStages.WithDatabasePasswordThe SQL Sync Group definition to set the database login password.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicywithDatabasePassword(String password)Sets the database login password.
-
-
-
Method Detail
-
withDatabasePassword
SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy withDatabasePassword(String password)
Sets the database login password.- Parameters:
password- the database login password- Returns:
- The next stage of the definition.
-
-