RestoreMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cosmos. models. RestoreMode
- com.
- com.
public final class RestoreMode
extends ExpandableStringEnum<RestoreMode>
Describes the mode of the restore.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Restore |
POINT_IN_TIME
Static value Point |
Constructor Summary
Constructor | Description |
---|---|
RestoreMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Restore |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Restore |
fromString(String name)
Creates or finds a Restore |
static
Collection<Restore |
values()
Gets known Restore |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
POINT_IN_TIME
public static final RestoreMode POINT_IN_TIME
Static value PointInTime for RestoreMode.
Constructor Details
RestoreMode
@Deprecated
public RestoreMode()
Deprecated
Creates a new instance of RestoreMode value.
Method Details
fromString
public static RestoreMode fromString(String name)
Creates or finds a RestoreMode from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RestoreMode values.
Returns:
Applies to
Azure SDK for Java