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