Get Job Result
data class GetJobResult(val allDevicesLost: Boolean, val azureApiVersion: String, val cancellationReason: String, val delayedStage: String, val deliveryInfo: JobDeliveryInfoResponse? = null, val deliveryType: String? = null, val details: Any? = null, val error: CloudErrorResponse, val id: String, val identity: ResourceIdentityResponse? = null, val isCancellable: Boolean, val isCancellableWithoutFee: Boolean, val isDeletable: Boolean, val isPrepareToShipEnabled: Boolean, val isShippingAddressEditable: Boolean, val location: String, val name: String, val reverseShippingDetailsUpdate: String, val reverseTransportPreferenceUpdate: String, val sku: SkuResponse, val startTime: String, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val transferType: String, val type: String)
Job Resource.
Constructors
Link copied to clipboard
constructor(allDevicesLost: Boolean, azureApiVersion: String, cancellationReason: String, delayedStage: String, deliveryInfo: JobDeliveryInfoResponse? = null, deliveryType: String? = null, details: Any? = null, error: CloudErrorResponse, id: String, identity: ResourceIdentityResponse? = null, isCancellable: Boolean, isCancellableWithoutFee: Boolean, isDeletable: Boolean, isPrepareToShipEnabled: Boolean, isShippingAddressEditable: Boolean, location: String, name: String, reverseShippingDetailsUpdate: String, reverseTransportPreferenceUpdate: String, sku: SkuResponse, startTime: String, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, transferType: String, type: String)
Properties
Link copied to clipboard
Flag to indicate if all devices associated with the job are lost.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Reason for cancellation.
Link copied to clipboard
Name of the stage where delay might be present.
Link copied to clipboard
Delivery Info of Job.
Link copied to clipboard
Delivery type of Job.
Link copied to clipboard
Top level error for the job.
Link copied to clipboard
Msi identity of the resource
Link copied to clipboard
Describes whether the job is cancellable or not.
Link copied to clipboard
Flag to indicate cancellation of scheduled job.
Link copied to clipboard
Describes whether the job is deletable or not.
Link copied to clipboard
Is Prepare To Ship Enabled on this job
Link copied to clipboard
Describes whether the shipping address is editable or not.
Link copied to clipboard
Link copied to clipboard
The Editable status for Reverse Shipping Address and Contact Info
Link copied to clipboard
The Editable status for Reverse Transport preferences
Link copied to clipboard
The sku type.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
Type of the data transfer.