Поделиться через


DataBoxDiskCopyProgress Class

Definition

DataBox Disk Copy Progress.

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

Properties

Actions

Available actions on the job.

BytesCopied

Bytes copied during the copy of disk.

Error

Error, if any, in the stage.

PercentComplete

Indicates the percentage completed for the copy of the disk.

SerialNumber

The serial number of the disk.

Status

The Status of the copy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxDiskCopyProgress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxDiskCopyProgress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxDiskCopyProgress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxDiskCopyProgress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxDiskCopyProgress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to