Uses of Interface
com.azure.resourcemanager.sql.models.SqlSyncGroup.Update
Packages that use SqlSyncGroup.Update
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlSyncGroup.Update in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SqlSyncGroup.UpdateModifier 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.