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
Static value Automatic for Sync |
static final
Sync |
MANUAL
Static value Manual for Sync |
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
Static value Automatic for SyncMode.
MANUAL
public static final SyncMode MANUAL
Static value Manual for SyncMode.
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
Gets known SyncMode values.
Returns:
Applies to
Azure SDK for Java