Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
JobExecutionInformation |
CloudJob.executionInfo()
Get the executionInfo value.
|
JobExecutionInformation |
JobExecutionInformation.withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
JobExecutionInformation |
JobExecutionInformation.withPoolId(String poolId)
Set the poolId value.
|
JobExecutionInformation |
JobExecutionInformation.withSchedulingError(JobSchedulingError schedulingError)
Set the schedulingError value.
|
JobExecutionInformation |
JobExecutionInformation.withStartTime(org.joda.time.DateTime startTime)
Set the startTime value.
|
JobExecutionInformation |
JobExecutionInformation.withTerminateReason(String terminateReason)
Set the terminateReason value.
|
Modifier and Type | Method and Description |
---|---|
CloudJob |
CloudJob.withExecutionInfo(JobExecutionInformation executionInfo)
Set the executionInfo value.
|
Copyright © 2019. All rights reserved.