Interface JobCollectionItem
public interface JobCollectionItem
An immutable client-side representation of JobCollectionItem.
-
Method Summary
Modifier and TypeMethodDescriptionGets the creationTime property: The creation time of the job.endTime()
Gets the endTime property: The end time of the job.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.automation.fluent.models.JobCollectionItemInner object.jobId()
Gets the jobId property: The id of the job.Gets the lastModifiedTime property: The last modified time of the job.name()
Gets the name property: The name of the resource.Gets the provisioningState property: The provisioning state of a resource.runbook()
Gets the runbook property: The runbook association.runOn()
Gets the runOn property: Specifies the runOn group name where the job was executed.Gets the startTime property: The start time of the job.status()
Gets the status property: The status of the job.type()
Gets the type property: The type of the resource.
-
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.
-
runbook
RunbookAssociationProperty runbook()Gets the runbook property: The runbook association.- Returns:
- the runbook value.
-
jobId
UUID jobId()Gets the jobId property: The id of the job.- Returns:
- the jobId value.
-
creationTime
OffsetDateTime creationTime()Gets the creationTime property: The creation time of the job.- Returns:
- the creationTime value.
-
status
JobStatus status()Gets the status property: The status of the job.- Returns:
- the status value.
-
startTime
OffsetDateTime startTime()Gets the startTime property: The start time of the job.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()Gets the endTime property: The end time of the job.- Returns:
- the endTime value.
-
lastModifiedTime
OffsetDateTime lastModifiedTime()Gets the lastModifiedTime property: The last modified time of the job.- Returns:
- the lastModifiedTime value.
-
provisioningState
String provisioningState()Gets the provisioningState property: The provisioning state of a resource.- Returns:
- the provisioningState value.
-
runOn
String runOn()Gets the runOn property: Specifies the runOn group name where the job was executed.- Returns:
- the runOn value.
-
innerModel
JobCollectionItemInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.JobCollectionItemInner object.- Returns:
- the inner object.
-