SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName Interface
public static interface SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName
The SQL Sync Group definition to set the database user name.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDatabaseUserName(String userName)
Sets the database user name. |
Method Details
withDatabaseUserName
public abstract SqlSyncGroupOperations.DefinitionStages.WithDatabasePassword withDatabaseUserName(String userName)
Sets the database user name.
Parameters:
userName
- the database user name
Returns:
The next stage of the definition.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java