JobCollectionItem interface
Job collection item properties.
- Extends
Properties
| creation |
The creation time of the job. |
| end |
The end time of the job. |
| job |
The id of the job. |
| job |
Runtime Environment Property |
| last |
The last modified time of the job. |
| provisioning |
The provisioning state of a resource. |
| runbook | The runbook association. |
| run |
Specifies the runOn group name where the job was executed. |
| started |
Gets or sets the job started by. |
| start |
The start time of the job. |
| status | The status of the job. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
creationTime
The creation time of the job.
creationTime?: Date
Property Value
Date
endTime
The end time of the job.
endTime?: Date
Property Value
Date
jobId
The id of the job.
jobId?: string
Property Value
string
jobRuntimeEnvironment
Runtime Environment Property
jobRuntimeEnvironment?: JobRuntimeEnvironment
Property Value
lastModifiedTime
The last modified time of the job.
lastModifiedTime?: Date
Property Value
Date
provisioningState
The provisioning state of a resource.
provisioningState?: string
Property Value
string
runbook
The runbook association.
runbook?: RunbookAssociationProperty
Property Value
runOn
Specifies the runOn group name where the job was executed.
runOn?: string
Property Value
string
startedBy
Gets or sets the job started by.
startedBy?: string
Property Value
string
startTime
The start time of the job.
startTime?: Date
Property Value
Date
status
The status of the job.
status?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type