Interface JobExecution
public interface JobExecution
An immutable client-side representation of JobExecution.
-
Method Summary
Modifier and TypeMethodDescriptionendTime()
Gets the endTime property: Job execution end time.id()
Gets the id property: Job execution Id.Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.JobExecutionInner object.name()
Gets the name property: Job execution Name.Gets the startTime property: Job execution start time.status()
Gets the status property: Current running State of the job.template()
Gets the template property: Job's execution container.type()
Gets the type property: Job execution type.
-
Method Details
-
name
String name()Gets the name property: Job execution Name.- Returns:
- the name value.
-
id
String id()Gets the id property: Job execution Id.- Returns:
- the id value.
-
type
String type()Gets the type property: Job execution type.- Returns:
- the type value.
-
status
JobExecutionRunningState status()Gets the status property: Current running State of the job.- Returns:
- the status value.
-
startTime
OffsetDateTime startTime()Gets the startTime property: Job execution start time.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()Gets the endTime property: Job execution end time.- Returns:
- the endTime value.
-
template
JobExecutionTemplate template()Gets the template property: Job's execution container.- Returns:
- the template value.
-
innerModel
JobExecutionInner innerModel()Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.JobExecutionInner object.- Returns:
- the inner object.
-