Condividi tramite


DataBoxDiskCopyLogDetails Class

Definition

Copy Log Details for a disk.

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

Properties

DiskSerialNumber

Disk Serial Number.

ErrorLogLink

Link for copy error logs.

VerboseLogLink

Link for copy verbose logs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CopyLogDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CopyLogDetails)
IJsonModel<CopyLogDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CopyLogDetails)
IJsonModel<DataBoxDiskCopyLogDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxDiskCopyLogDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CopyLogDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CopyLogDetails)
IPersistableModel<CopyLogDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CopyLogDetails)
IPersistableModel<CopyLogDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CopyLogDetails)
IPersistableModel<DataBoxDiskCopyLogDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxDiskCopyLogDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxDiskCopyLogDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to