Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
JobSchedulingError |
JobExecutionInformation.schedulingError()
Get the schedulingError value.
|
JobSchedulingError |
JobSchedulingError.withCategory(ErrorCategory category)
Set the category value.
|
JobSchedulingError |
JobSchedulingError.withCode(String code)
Set the code value.
|
JobSchedulingError |
JobSchedulingError.withDetails(List<NameValuePair> details)
Set the details value.
|
JobSchedulingError |
JobSchedulingError.withMessage(String message)
Set the message value.
|
Modifier and Type | Method and Description |
---|---|
JobExecutionInformation |
JobExecutionInformation.withSchedulingError(JobSchedulingError schedulingError)
Set the schedulingError value.
|
Copyright © 2019. All rights reserved.