Class RestoreMode
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<RestoreMode>
-
- com.azure.resourcemanager.cosmos.models.RestoreMode
-
public final class RestoreMode extends com.azure.core.util.ExpandableStringEnum<RestoreMode>
Defines values for RestoreMode.
-
-
Field Summary
Fields Modifier and Type Field Description static RestoreModePOINT_IN_TIMEStatic value PointInTime for RestoreMode.
-
Constructor Summary
Constructors Constructor Description RestoreMode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RestoreModefromString(String name)Creates or finds a RestoreMode from its string representation.static Collection<RestoreMode>values()
-
-
-
Field Detail
-
POINT_IN_TIME
public static final RestoreMode POINT_IN_TIME
Static value PointInTime for RestoreMode.
-
-
Method Detail
-
fromString
public static RestoreMode fromString(String name)
Creates or finds a RestoreMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RestoreMode.
-
values
public static Collection<RestoreMode> values()
- Returns:
- known RestoreMode values.
-
-