OutputFileUploadCondition Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. compute. batch. models. OutputFileUploadCondition
- com.
- com.
public final class OutputFileUploadCondition
extends ExpandableStringEnum<OutputFileUploadCondition>
OutputFileUploadCondition enums.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Output |
TASK_COMPLETION
Upload the file(s) after the Task process exits, no matter what the exit code was. |
|
static final
Output |
TASK_FAILURE
Upload the file(s) only after the Task process exits with a nonzero exit code. |
|
static final
Output |
TASK_SUCCESS
Upload the file(s) only after the Task process exits with an exit code of 0. |
Constructor Summary
| Constructor | Description |
|---|---|
| OutputFileUploadCondition() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Output |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Output |
fromString(String name)
Creates or finds a Output |
|
static
Collection<Output |
values()
Gets known Output |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
TASK_COMPLETION
public static final OutputFileUploadCondition TASK_COMPLETION
Upload the file(s) after the Task process exits, no matter what the exit code was.
TASK_FAILURE
public static final OutputFileUploadCondition TASK_FAILURE
Upload the file(s) only after the Task process exits with a nonzero exit code.
TASK_SUCCESS
public static final OutputFileUploadCondition TASK_SUCCESS
Upload the file(s) only after the Task process exits with an exit code of 0.
Constructor Details
OutputFileUploadCondition
@Deprecated
public OutputFileUploadCondition()
Deprecated
Creates a new instance of OutputFileUploadCondition value.
Method Details
fromString
public static OutputFileUploadCondition fromString(String name)
Creates or finds a OutputFileUploadCondition from its string representation.
Parameters:
Returns:
values
public static Collection<OutputFileUploadCondition> values()
Gets known OutputFileUploadCondition values.
Returns: