Uses of Class
com.azure.resourcemanager.automation.fluent.models.JobProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of JobProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionJobProperties.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time of the job.JobProperties.withEndTime
(OffsetDateTime endTime) Set the endTime property: Gets or sets the end time of the job.JobProperties.withException
(String exception) Set the exception property: Gets or sets the exception of the job.Set the jobId property: Gets or sets the id of the job.JobProperties.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time of the job.JobProperties.withLastStatusModifiedTime
(OffsetDateTime lastStatusModifiedTime) Set the lastStatusModifiedTime property: Gets or sets the last status modified time of the job.JobProperties.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job.JobProperties.withProvisioningState
(JobProvisioningState provisioningState) Set the provisioningState property: The current provisioning state of the job.JobProperties.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.Set the runOn property: Gets or sets the runOn which specifies the group name where the job is to be executed.JobProperties.withStartedBy
(String startedBy) Set the startedBy property: Gets or sets the job started by.JobProperties.withStartTime
(OffsetDateTime startTime) Set the startTime property: Gets or sets the start time of the job.JobProperties.withStatus
(JobStatus status) Set the status property: Gets or sets the status of the job.JobProperties.withStatusDetails
(String statusDetails) Set the statusDetails property: Gets or sets the status details of the job.