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