Share via


DataBoxJobData Class

Definition

A class representing the DataBoxJob data model. Job Resource.

public class DataBoxJobData : Azure.ResourceManager.Models.TrackedResourceData
type DataBoxJobData = class
    inherit TrackedResourceData
Public Class DataBoxJobData
Inherits TrackedResourceData
Inheritance

Constructors

DataBoxJobData(AzureLocation, DataBoxJobTransferType, DataBoxSku)

Initializes a new instance of DataBoxJobData.

Properties

CancellationReason

Reason for cancellation.

DeliveryInfoScheduledOn

Scheduled date time.

DeliveryType

Delivery type of Job.

Details

Details of a job run. This field will only be sent for expand details filter. Please note DataBoxBasicJobDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DataBoxJobDetails, DataBoxCustomerDiskJobDetails, DataBoxDiskJobDetails and DataBoxHeavyJobDetails.

Error

Top level error for the job.

Id

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

(Inherited from ResourceData)
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.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

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

(Inherited from ResourceData)
ReverseShippingDetailsUpdate

The Editable status for Reverse Shipping Address and Contact Info.

ReverseTransportPreferenceUpdate

The Editable status for Reverse Transport preferences.

Sku

The sku type.

StartOn

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

Status

Name of the stage which is in progress.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
TransferType

Type of the data transfer.

Applies to