Class JobCollectionItemInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.automation.fluent.models.JobCollectionItemInner
public final class JobCollectionItemInner
extends com.azure.core.management.ProxyResource
Job collection item properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the creationTime property: The creation time of the job.endTime()
Get the endTime property: The end time of the job.jobId()
Get the jobId property: The id of the job.Get the lastModifiedTime property: The last modified time of the job.Get the provisioningState property: The provisioning state of a resource.runbook()
Get the runbook property: The runbook association.runOn()
Get the runOn property: Specifies the runOn group name where the job was executed.Get the startTime property: The start time of the job.status()
Get the status property: The status of the job.void
validate()
Validates the instance.Set the runOn property: Specifies the runOn group name where the job was executed.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
JobCollectionItemInner
public JobCollectionItemInner()
-
-
Method Details
-
runbook
Get the runbook property: The runbook association.- Returns:
- the runbook value.
-
jobId
Get the jobId property: The id of the job.- Returns:
- the jobId value.
-
creationTime
Get the creationTime property: The creation time of the job.- Returns:
- the creationTime value.
-
status
Get the status property: The status of the job.- Returns:
- the status value.
-
startTime
Get the startTime property: The start time of the job.- Returns:
- the startTime value.
-
endTime
Get the endTime property: The end time of the job.- Returns:
- the endTime value.
-
lastModifiedTime
Get the lastModifiedTime property: The last modified time of the job.- Returns:
- the lastModifiedTime value.
-
provisioningState
Get the provisioningState property: The provisioning state of a resource.- Returns:
- the provisioningState value.
-
runOn
Get the runOn property: Specifies the runOn group name where the job was executed.- Returns:
- the runOn value.
-
withRunOn
Set the runOn property: Specifies the runOn group name where the job was executed.- Parameters:
runOn
- the runOn value to set.- Returns:
- the JobCollectionItemInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-