Uses of Interface
com.azure.resourcemanager.sql.models.SqlSyncGroup.Update
-
Packages that use SqlSyncGroup.Update Package Description com.azure.resourcemanager.sql.models 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.Update Modifier and Type Method Description SqlSyncGroup.UpdateSqlSyncGroup.UpdateStages.WithConflictResolutionPolicy. withConflictResolutionPolicyHubWins()Sets the conflict resolution policy to "HubWin".SqlSyncGroup.UpdateSqlSyncGroup.UpdateStages.WithConflictResolutionPolicy. withConflictResolutionPolicyMemberWins()Sets the conflict resolution policy to "MemberWin".SqlSyncGroup.UpdateSqlSyncGroup.UpdateStages.WithDatabasePassword. withDatabasePassword(String password)Sets the database login password.SqlSyncGroup.UpdateSqlSyncGroup.UpdateStages.WithDatabaseUserName. withDatabaseUserName(String userName)Sets the database user name.SqlSyncGroup.UpdateSqlSyncGroup.UpdateStages.WithInterval. withInterval(int interval)Sets the sync frequency.SqlSyncGroup.UpdateSqlSyncGroup.UpdateStages.WithSchema. withSchema(SyncGroupSchema schema)Sets the schema.SqlSyncGroup.UpdateSqlSyncGroup.UpdateStages.WithSyncDatabaseId. withSyncDatabaseId(String databaseId)Sets the sync database ID.
-