Class RestoreMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RestoreMode>
com.azure.resourcemanager.cosmos.models.RestoreMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Describes the mode of the restore.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RestoreMode
Static value PointInTime for RestoreMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestoreMode
fromString
(String name) Creates or finds a RestoreMode from its string representation.static Collection
<RestoreMode> values()
Gets known RestoreMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
POINT_IN_TIME
Static value PointInTime for RestoreMode.
-
-
Constructor Details
-
RestoreMode
Deprecated.Use thefromString(String)
factory method.Creates a new instance of RestoreMode value.
-
-
Method Details
-
fromString
Creates or finds a RestoreMode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RestoreMode.
-
values
Gets known RestoreMode values.- Returns:
- known RestoreMode values.
-
fromString(String)
factory method.