Share via


DataBoxCustomerDiskCopyLogDetails Class

Definition

Copy Log Details for customer disk.

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

Properties

ErrorLogLink

Link for copy error logs.

SerialNumber

Disk Serial Number.

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<DataBoxCustomerDiskCopyLogDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxCustomerDiskCopyLogDetails>.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<DataBoxCustomerDiskCopyLogDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxCustomerDiskCopyLogDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxCustomerDiskCopyLogDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to