Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
static TaskExecutionResult |
TaskExecutionResult.fromString(String value)
Parses a serialized value to a TaskExecutionResult instance.
|
TaskExecutionResult |
JobPreparationTaskExecutionInformation.result()
Get the result value.
|
TaskExecutionResult |
StartTaskInformation.result()
Get the result value.
|
TaskExecutionResult |
SubtaskInformation.result()
Get the result value.
|
TaskExecutionResult |
TaskExecutionInformation.result()
Get the result value.
|
TaskExecutionResult |
JobReleaseTaskExecutionInformation.result()
Get the result value.
|
static TaskExecutionResult |
TaskExecutionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskExecutionResult[] |
TaskExecutionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobPreparationTaskExecutionInformation |
JobPreparationTaskExecutionInformation.withResult(TaskExecutionResult result)
Set the result value.
|
StartTaskInformation |
StartTaskInformation.withResult(TaskExecutionResult result)
Set the result value.
|
SubtaskInformation |
SubtaskInformation.withResult(TaskExecutionResult result)
Set the result value.
|
TaskExecutionInformation |
TaskExecutionInformation.withResult(TaskExecutionResult result)
Set the result value.
|
JobReleaseTaskExecutionInformation |
JobReleaseTaskExecutionInformation.withResult(TaskExecutionResult result)
Set the result value.
|
Copyright © 2019. All rights reserved.