public class JobExecutionInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
JobExecutionInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
createTime()
Get the createTime property: The time that the job execution was created.
|
Integer |
currentAttempts()
Get the currentAttempts property: Number of times the job execution has been attempted.
|
OffsetDateTime |
currentAttemptStartTime()
Get the currentAttemptStartTime property: Start time of the current attempt.
|
OffsetDateTime |
endTime()
Get the endTime property: The time that the job execution completed.
|
UUID |
jobExecutionId()
Get the jobExecutionId property: The unique identifier of the job execution.
|
Integer |
jobVersion()
Get the jobVersion property: The job version number.
|
String |
lastMessage()
Get the lastMessage property: The last status or error message.
|
JobExecutionLifecycle |
lifecycle()
Get the lifecycle property: The detailed state of the job execution.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The ARM provisioning state of the job execution.
|
OffsetDateTime |
startTime()
Get the startTime property: The time that the job execution started.
|
Integer |
stepId()
Get the stepId property: The job step id.
|
String |
stepName()
Get the stepName property: The job step name.
|
JobExecutionTarget |
target()
Get the target property: The target that this execution is executed on.
|
void |
validate()
Validates the instance.
|
JobExecutionInner |
withCurrentAttempts(Integer currentAttempts)
Set the currentAttempts property: Number of times the job execution has been attempted.
|
public Integer jobVersion()
public String stepName()
public Integer stepId()
public UUID jobExecutionId()
public JobExecutionLifecycle lifecycle()
public ProvisioningState provisioningState()
public OffsetDateTime createTime()
public OffsetDateTime startTime()
public OffsetDateTime endTime()
public Integer currentAttempts()
public JobExecutionInner withCurrentAttempts(Integer currentAttempts)
currentAttempts - the currentAttempts value to set.public OffsetDateTime currentAttemptStartTime()
public String lastMessage()
public JobExecutionTarget target()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.