SyncDirection Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. SyncDirection
- com.
- com.
public final class SyncDirection
extends ExpandableStringEnum<SyncDirection>
Sync direction of the sync member.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Sync |
BIDIRECTIONAL
Static value Bidirectional for Sync |
static final
Sync |
ONE_WAY_HUB_TO_MEMBER
Static value One |
static final
Sync |
ONE_WAY_MEMBER_TO_HUB
Static value One |
Constructor Summary
Constructor | Description |
---|---|
SyncDirection() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sync |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sync |
fromString(String name)
Creates or finds a Sync |
static
Collection<Sync |
values()
Gets known Sync |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BIDIRECTIONAL
public static final SyncDirection BIDIRECTIONAL
Static value Bidirectional for SyncDirection.
ONE_WAY_HUB_TO_MEMBER
public static final SyncDirection ONE_WAY_HUB_TO_MEMBER
Static value OneWayHubToMember for SyncDirection.
ONE_WAY_MEMBER_TO_HUB
public static final SyncDirection ONE_WAY_MEMBER_TO_HUB
Static value OneWayMemberToHub for SyncDirection.
Constructor Details
SyncDirection
@Deprecated
public SyncDirection()
Deprecated
Creates a new instance of SyncDirection value.
Method Details
fromString
public static SyncDirection fromString(String name)
Creates or finds a SyncDirection from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SyncDirection values.
Returns:
Applies to
Azure SDK for Java