| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SyncDirection |
SyncMemberInner.syncDirection()
Get the syncDirection property: Sync direction of the sync member.
|
| Modifier and Type | Method and Description |
|---|---|
SyncMemberInner |
SyncMemberInner.withSyncDirection(SyncDirection syncDirection)
Set the syncDirection property: Sync direction of the sync member.
|
| 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 |
|---|---|
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 © 2020 Microsoft Corporation. All rights reserved.