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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java