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