Interface JobExecution


public interface JobExecution
An immutable client-side representation of JobExecution.
  • 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

      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

      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.