| Modifier and Type | Field and Description |
|---|---|
static SyncDirection |
SyncDirection.BIDIRECTIONAL
Static value Bidirectional for SyncDirection.
|
static SyncDirection |
SyncDirection.ONE_WAY_HUB_TO_MEMBER
Static value OneWayHubToMember for SyncDirection.
|
static SyncDirection |
SyncDirection.ONE_WAY_MEMBER_TO_HUB
Static value OneWayMemberToHub for SyncDirection.
|
| Modifier and Type | Method and Description |
|---|---|
static SyncDirection |
SyncDirection.fromString(String name)
Creates or finds a SyncDirection from its string representation.
|
SyncDirection |
SqlSyncMember.syncDirection() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<SyncDirection> |
SyncDirection.values() |
| Modifier and Type | Method and Description |
|---|---|
SqlSyncMember.Update |
SqlSyncMember.UpdateStages.WithSyncDirection.withDatabaseType(SyncDirection syncDirection)
Sets the sync direction.
|
SqlSyncMemberOperations.DefinitionStages.WithCreate |
SqlSyncMemberOperations.DefinitionStages.WithSyncDirection.withDatabaseType(SyncDirection syncDirection)
Sets the sync direction.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/