Class SyncMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SyncMode>
com.azure.resourcemanager.network.models.SyncMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Backend address synchronous mode for the backend pool.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SyncModefromString(String name) Creates or finds a SyncMode from its string representation.static Collection<SyncMode> values()Gets known SyncMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AUTOMATIC
Static value Automatic for SyncMode. -
MANUAL
Static value Manual for SyncMode.
-
-
Constructor Details
-
SyncMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of SyncMode value.
-
-
Method Details
-
fromString
Creates or finds a SyncMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SyncMode.
-
values
Gets known SyncMode values.- Returns:
- known SyncMode values.
-
fromString(String)factory method.