Job interface
Definition of the job.
- Extends
Properties
| creation |
Gets or sets the creation time of the job. |
| end |
Gets or sets the end time of the job. |
| exception | Gets or sets the exception of the job. |
| job |
Gets or sets the id of the job. |
| job |
Runtime Environment Property |
| last |
Gets or sets the last modified time of the job. |
| last |
Gets or sets the last status modified time of the job. |
| parameters | Gets or sets the parameters of the job. |
| provisioning |
The current provisioning state of the job. |
| runbook | Gets or sets the runbook. |
| run |
Gets or sets the runOn which specifies the group name where the job is to be executed. |
| started |
Gets or sets the job started by. |
| start |
Gets or sets the start time of the job. |
| status | Gets or sets the status of the job. |
| status |
Gets or sets the status details 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
Gets or sets the creation time of the job.
creationTime?: Date
Property Value
Date
endTime
Gets or sets the end time of the job.
endTime?: Date
Property Value
Date
exception
Gets or sets the exception of the job.
exception?: string
Property Value
string
jobId
Gets or sets the id of the job.
jobId?: string
Property Value
string
jobRuntimeEnvironment
Runtime Environment Property
jobRuntimeEnvironment?: JobRuntimeEnvironment
Property Value
lastModifiedTime
Gets or sets the last modified time of the job.
lastModifiedTime?: Date
Property Value
Date
lastStatusModifiedTime
Gets or sets the last status modified time of the job.
lastStatusModifiedTime?: Date
Property Value
Date
parameters
Gets or sets the parameters of the job.
parameters?: Record<string, string>
Property Value
Record<string, string>
provisioningState
The current provisioning state of the job.
provisioningState?: string
Property Value
string
runbook
Gets or sets the runbook.
runbook?: RunbookAssociationProperty
Property Value
runOn
Gets or sets the runOn which specifies the group name where the job is to be executed.
runOn?: string
Property Value
string
startedBy
Gets or sets the job started by.
startedBy?: string
Property Value
string
startTime
Gets or sets the start time of the job.
startTime?: Date
Property Value
Date
status
Gets or sets the status of the job.
status?: string
Property Value
string
statusDetails
Gets or sets the status details of the job.
statusDetails?: 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