JobResource interface

Job Resource.

Extends

Properties

allDevicesLost

Flag to indicate if all devices associated with the job are lost.

cancellationReason

Reason for cancellation.

delayedStage

Name of the stage where delay might be present.

deliveryInfo

Delivery Info of Job.

deliveryType

Delivery type of Job.

details

Details of a job run. This field will only be sent for expand details filter.

error

Top level error for the job.

identity

Msi identity of the resource

isCancellable

Describes whether the job is cancellable or not.

isCancellableWithoutFee

Flag to indicate cancellation of scheduled job.

isDeletable

Describes whether the job is deletable or not.

isPrepareToShipEnabled

Is Prepare To Ship Enabled on this job

isShippingAddressEditable

Describes whether the shipping address is editable or not.

reverseShippingDetailsUpdate

The Editable status for Reverse Shipping Address and Contact Info

reverseTransportPreferenceUpdate

The Editable status for Reverse Transport preferences

sku

The sku type.

startTime

Time at which the job was started in UTC ISO 8601 format.

status

Name of the stage which is in progress.

transferType

Type of the data transfer.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

location

The geo-location where the resource lives

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags

Resource tags.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

allDevicesLost

Flag to indicate if all devices associated with the job are lost.

allDevicesLost?: boolean

Property Value

boolean

cancellationReason

Reason for cancellation.

cancellationReason?: string

Property Value

string

delayedStage

Name of the stage where delay might be present.

delayedStage?: string

Property Value

string

deliveryInfo

Delivery Info of Job.

deliveryInfo?: JobDeliveryInfo

Property Value

deliveryType

Delivery type of Job.

deliveryType?: JobDeliveryType

Property Value

details

Details of a job run. This field will only be sent for expand details filter.

details?: JobDetailsUnion

Property Value

error

Top level error for the job.

error?: CloudError

Property Value

identity

Msi identity of the resource

identity?: ResourceIdentity

Property Value

isCancellable

Describes whether the job is cancellable or not.

isCancellable?: boolean

Property Value

boolean

isCancellableWithoutFee

Flag to indicate cancellation of scheduled job.

isCancellableWithoutFee?: boolean

Property Value

boolean

isDeletable

Describes whether the job is deletable or not.

isDeletable?: boolean

Property Value

boolean

isPrepareToShipEnabled

Is Prepare To Ship Enabled on this job

isPrepareToShipEnabled?: boolean

Property Value

boolean

isShippingAddressEditable

Describes whether the shipping address is editable or not.

isShippingAddressEditable?: boolean

Property Value

boolean

reverseShippingDetailsUpdate

The Editable status for Reverse Shipping Address and Contact Info

reverseShippingDetailsUpdate?: ReverseShippingDetailsEditStatus

Property Value

reverseTransportPreferenceUpdate

The Editable status for Reverse Transport preferences

reverseTransportPreferenceUpdate?: ReverseTransportPreferenceEditStatus

Property Value

sku

The sku type.

sku: Sku

Property Value

Sku

startTime

Time at which the job was started in UTC ISO 8601 format.

startTime?: Date

Property Value

Date

status

Name of the stage which is in progress.

status?: string

Property Value

string

transferType

Type of the data transfer.

transferType: TransferType

Property Value

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 TrackedResource.id

location

The geo-location where the resource lives

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource

name?: string

Property Value

string

Inherited From TrackedResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From TrackedResource.systemData

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From TrackedResource.tags

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From TrackedResource.type