Uses of Interface
com.microsoft.azure.management.sql.SqlSyncGroup.Update
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SqlSyncGroup.Update in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlSyncGroup.UpdateStages.WithConflictResolutionPolicy.withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "HubWin".SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy.withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "MemberWin".SqlSyncGroup.UpdateStages.WithDatabasePassword.withDatabasePassword
(String password) Sets the database login password.SqlSyncGroup.UpdateStages.WithDatabaseUserName.withDatabaseUserName
(String userName) Sets the database user name.SqlSyncGroup.UpdateStages.WithInterval.withInterval
(int interval) Sets the sync frequency.SqlSyncGroup.UpdateStages.WithSchema.withSchema
(SyncGroupSchema schema) Sets the schema.SqlSyncGroup.UpdateStages.WithSyncDatabaseId.withSyncDatabaseId
(String databaseId) Sets the sync database ID.