GetJobResult

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)

Types

Link copied to clipboard
object Companion

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
val deliveryType: String? = null

Delivery type of Job.

Link copied to clipboard
val details: Any? = null

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

Link copied to clipboard

Top level error for the job.

Link copied to clipboard
val id: String

Id of the object.

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

The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.

Link copied to clipboard

Name of the object.

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

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

Link copied to clipboard

Name of the stage which is in progress.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).

Link copied to clipboard

Type of the data transfer.

Link copied to clipboard

Type of the object.