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