| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlSyncGroupOperations.DefinitionStages.WithCreate |
SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy.withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "HubWin".
|
SqlSyncGroupOperations.DefinitionStages.WithCreate |
SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy.withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "MemberWin".
|
SqlSyncGroupOperations.DefinitionStages.WithCreate |
SqlSyncGroupOperations.DefinitionStages.WithInterval.withInterval(int interval)
Sets the sync frequency.
|
SqlSyncGroupOperations.DefinitionStages.WithCreate |
SqlSyncGroupOperations.DefinitionStages.WithSchema.withSchema(SyncGroupSchema schema)
Sets the schema.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/