Class DiskDetachOptionTypes
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<DiskDetachOptionTypes>
com.microsoft.azure.management.compute.DiskDetachOptionTypes
public final class DiskDetachOptionTypes
extends com.microsoft.rest.ExpandableStringEnum<DiskDetachOptionTypes>
Defines values for DiskDetachOptionTypes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DiskDetachOptionTypes
Static value ForceDetach for DiskDetachOptionTypes. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DiskDetachOptionTypes
fromString
(String name) Creates or finds a DiskDetachOptionTypes from its string representation.static Collection<DiskDetachOptionTypes>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
FORCE_DETACH
Static value ForceDetach for DiskDetachOptionTypes.
-
-
Constructor Details
-
DiskDetachOptionTypes
public DiskDetachOptionTypes()
-
-
Method Details
-
fromString
Creates or finds a DiskDetachOptionTypes from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding DiskDetachOptionTypes
-
values
- Returns:
- known DiskDetachOptionTypes values
-