Class RestorePointCollectionExpandOptions
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RestorePointCollectionExpandOptions>
com.azure.resourcemanager.compute.models.RestorePointCollectionExpandOptions
public final class RestorePointCollectionExpandOptions
extends com.azure.core.util.ExpandableStringEnum<RestorePointCollectionExpandOptions>
Defines values for RestorePointCollectionExpandOptions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RestorePointCollectionExpandOptionsStatic value restorePoints for RestorePointCollectionExpandOptions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a RestorePointCollectionExpandOptions from its string representation.values()Gets known RestorePointCollectionExpandOptions values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
RESTORE_POINTS
Static value restorePoints for RestorePointCollectionExpandOptions.
-
-
Constructor Details
-
RestorePointCollectionExpandOptions
Deprecated.Use thefromString(String)factory method.Creates a new instance of RestorePointCollectionExpandOptions value.
-
-
Method Details
-
fromString
Creates or finds a RestorePointCollectionExpandOptions from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RestorePointCollectionExpandOptions.
-
values
Gets known RestorePointCollectionExpandOptions values.- Returns:
- known RestorePointCollectionExpandOptions values.
-
fromString(String)factory method.