ReplicationModeType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ReplicationModeType
- com.
- com.
public final class ReplicationModeType
extends ExpandableStringEnum<ReplicationModeType>
Replication mode of the link.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Replication |
ASYNC
Static value Async for Replication |
|
static final
Replication |
SYNC
Static value Sync for Replication |
Constructor Summary
| Constructor | Description |
|---|---|
| ReplicationModeType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Replication |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Replication |
fromString(String name)
Creates or finds a Replication |
|
static
Collection<Replication |
values()
Gets known Replication |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ASYNC
public static final ReplicationModeType ASYNC
Static value Async for ReplicationModeType.
SYNC
public static final ReplicationModeType SYNC
Static value Sync for ReplicationModeType.
Constructor Details
ReplicationModeType
@Deprecated
public ReplicationModeType()
Deprecated
Creates a new instance of ReplicationModeType value.
Method Details
fromString
public static ReplicationModeType fromString(String name)
Creates or finds a ReplicationModeType from its string representation.
Parameters:
Returns:
values
public static Collection<ReplicationModeType> values()
Gets known ReplicationModeType values.
Returns: