Sdílet prostřednictvím


DataBoxJobData Class

Definition

A class representing the DataBoxJob data model. Job Resource.

public class DataBoxJobData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.DataBoxJobData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.DataBoxJobData>
type DataBoxJobData = class
    inherit TrackedResourceData
    interface IJsonModel<DataBoxJobData>
    interface IPersistableModel<DataBoxJobData>
Public Class DataBoxJobData
Inherits TrackedResourceData
Implements IJsonModel(Of DataBoxJobData), IPersistableModel(Of DataBoxJobData)
Inheritance
Implements

Constructors

DataBoxJobData(AzureLocation, DataBoxJobTransferType, DataBoxSku)

Initializes a new instance of DataBoxJobData.

Properties

AreAllDevicesLost

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.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxJobData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataBoxJobData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxJobData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxJobData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataBoxJobData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to