Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
static TaskState |
TaskState.fromString(String value)
Parses a serialized value to a TaskState instance.
|
TaskState |
CloudTask.previousState()
Get the previousState value.
|
TaskState |
CloudTask.state()
Get the state value.
|
TaskState |
TaskInformation.taskState()
Get the taskState value.
|
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CloudTask |
CloudTask.withPreviousState(TaskState previousState)
Set the previousState value.
|
CloudTask |
CloudTask.withState(TaskState state)
Set the state value.
|
TaskInformation |
TaskInformation.withTaskState(TaskState taskState)
Set the taskState value.
|
Copyright © 2019. All rights reserved.