SqlSyncGroup.UpdateStages.WithDatabaseUserName Interface
public static interface SqlSyncGroup.UpdateStages.WithDatabaseUserName
The SQL Sync Group definition to set the database user name.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withDatabaseUserName(String userName)
Sets the database user name. |
Method Details
withDatabaseUserName
public abstract SqlSyncGroup.Update withDatabaseUserName(String userName)
Sets the database user name.
Parameters:
userName
- the database user name
Returns:
The next stage of the definition.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java