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