Interface JobExecutionBase


public interface JobExecutionBase
An immutable client-side representation of JobExecutionBase.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Job execution Id.
    Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.JobExecutionBaseInner object.
    Gets the name property: Job execution name.
  • 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.
    • innerModel

      JobExecutionBaseInner innerModel()
      Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.JobExecutionBaseInner object.
      Returns:
      the inner object.