Class IsRollback
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IsRollback>
com.azure.resourcemanager.network.models.IsRollback
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
When true, reverts from Static to Dynamic allocation (undo reservation).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IsRollbackStatic value false for IsRollback.static final IsRollbackStatic value true for IsRollback. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IsRollbackfromString(String name) Creates or finds a IsRollback from its string representation.static Collection<IsRollback> values()Gets known IsRollback values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
TRUE
Static value true for IsRollback. -
FALSE
Static value false for IsRollback.
-
-
Constructor Details
-
IsRollback
Deprecated.Use thefromString(String)factory method.Creates a new instance of IsRollback value.
-
-
Method Details
-
fromString
Creates or finds a IsRollback from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IsRollback.
-
values
Gets known IsRollback values.- Returns:
- known IsRollback values.
-
fromString(String)factory method.