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