SyncMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. SyncMode
- com.
- com.
public final class SyncMode
extends ExpandableStringEnum<SyncMode>
Backend address synchronous mode for the backend pool.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sync |
AUTOMATIC
Automatic. |
|
static final
Sync |
MANUAL
Manual. |
Constructor Summary
| Constructor | Description |
|---|---|
| SyncMode() |
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
AUTOMATIC
public static final SyncMode AUTOMATIC
Automatic.
MANUAL
public static final SyncMode MANUAL
Manual.
Constructor Details
SyncMode
@Deprecated
public SyncMode()
Deprecated
Creates a new instance of SyncMode value.
Method Details
fromString
public static SyncMode fromString(String name)
Creates or finds a SyncMode from its string representation.
Parameters:
Returns:
values
public static Collection<SyncMode> values()
Gets known SyncMode values.
Returns: