Interface SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName
-
- All Known Subinterfaces:
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
public static interface SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserNameThe SQL Sync Group definition to set the database user name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithDatabasePasswordwithDatabaseUserName(String userName)Sets the database user name.
-
-
-
Method Detail
-
withDatabaseUserName
SqlSyncGroupOperations.DefinitionStages.WithDatabasePassword withDatabaseUserName(String userName)
Sets the database user name.- Parameters:
userName- the database user name- Returns:
- The next stage of the definition.
-
-