public final class DeallocationOption extends com.microsoft.rest.ExpandableStringEnum<DeallocationOption>
| Modifier and Type | Field and Description |
|---|---|
static DeallocationOption |
REQUEUE
Static value requeue for DeallocationOption.
|
static DeallocationOption |
TERMINATE
Static value terminate for DeallocationOption.
|
static DeallocationOption |
WAITFORJOBCOMPLETION
Static value waitforjobcompletion for DeallocationOption.
|
| Constructor and Description |
|---|
DeallocationOption() |
| Modifier and Type | Method and Description |
|---|---|
static DeallocationOption |
fromString(String name)
Creates or finds a DeallocationOption from its string representation.
|
static Collection<DeallocationOption> |
values() |
public static final DeallocationOption REQUEUE
public static final DeallocationOption TERMINATE
public static final DeallocationOption WAITFORJOBCOMPLETION
public static DeallocationOption fromString(String name)
name - a name to look forpublic static Collection<DeallocationOption> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/