SqlSyncMemberOperations.DefinitionStages.WithMemberUserName Interface
public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberUserName
The SQL Sync Member definition to set the member database user name.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withMemberUserName(String userName)
Sets the member SQL Database username. |
Method Details
withMemberUserName
public abstract SqlSyncMemberOperations.DefinitionStages.WithMemberPassword withMemberUserName(String userName)
Sets the member SQL Database username.
Parameters:
userName
- the member SQL Database username value to set
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