SqlSyncGroup.Update Interface
public interface Update extends SqlSyncGroup.UpdateStages.WithSyncDatabaseId,SqlSyncGroup.UpdateStages.WithDatabaseUserName,SqlSyncGroup.UpdateStages.WithDatabasePassword,SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy,SqlSyncGroup.UpdateStages.WithInterval,SqlSyncGroup.UpdateStages.WithSchema,Appliable
The template for a SQL Sync Group update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy.withConflictResolutionPolicyHubWins()
SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy.withConflictResolutionPolicyMemberWins()
SqlSyncGroup.UpdateStages.WithDatabasePassword.withDatabasePassword(String password)
SqlSyncGroup.UpdateStages.WithDatabaseUserName.withDatabaseUserName(String userName)
SqlSyncGroup.UpdateStages.WithInterval.withInterval(int interval)
SqlSyncGroup.UpdateStages.WithSchema.withSchema(SyncGroupSchema schema)
SqlSyncGroup.UpdateStages.WithSyncDatabaseId.withSyncDatabaseId(String databaseId)
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