Interface DscCompilationJob


public interface DscCompilationJob
An immutable client-side representation of DscCompilationJob.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • configuration

      Gets the configuration property: Gets or sets the configuration.
      Returns:
      the configuration value.
    • startedBy

      String startedBy()
      Gets the startedBy property: Gets the compilation job started by.
      Returns:
      the startedBy value.
    • jobId

      UUID jobId()
      Gets the jobId property: Gets the id of the job.
      Returns:
      the jobId value.
    • creationTime

      OffsetDateTime creationTime()
      Gets the creationTime property: Gets the creation time of the job.
      Returns:
      the creationTime value.
    • provisioningState

      JobProvisioningState provisioningState()
      Gets the provisioningState property: The current provisioning state of the job.
      Returns:
      the provisioningState value.
    • runOn

      String runOn()
      Gets the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.
      Returns:
      the runOn value.
    • status

      JobStatus status()
      Gets the status property: Gets or sets the status of the job.
      Returns:
      the status value.
    • statusDetails

      String statusDetails()
      Gets the statusDetails property: Gets or sets the status details of the job.
      Returns:
      the statusDetails value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: Gets the start time of the job.
      Returns:
      the startTime value.
    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: Gets the end time of the job.
      Returns:
      the endTime value.
    • exception

      String exception()
      Gets the exception property: Gets the exception of the job.
      Returns:
      the exception value.
    • lastModifiedTime

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: Gets the last modified time of the job.
      Returns:
      the lastModifiedTime value.
    • lastStatusModifiedTime

      OffsetDateTime lastStatusModifiedTime()
      Gets the lastStatusModifiedTime property: Gets the last status modified time of the job.
      Returns:
      the lastStatusModifiedTime value.
    • parameters

      Map<String,String> parameters()
      Gets the parameters property: Gets or sets the parameters of the job.
      Returns:
      the parameters value.
    • innerModel

      Gets the inner com.azure.resourcemanager.automation.fluent.models.DscCompilationJobInner object.
      Returns:
      the inner object.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      DscCompilationJob refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.