Sdílet prostřednictvím


DataBoxDiskGranularCopyLogDetails Class

Definition

Granular Copy Log Details for customer disk.

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

Properties

AccountId

Account id.

ErrorLogLink

Link for copy error logs.

SerialNumber

Disk Serial Number.

VerboseLogLink

Link for copy verbose logs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxDiskGranularCopyLogDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxDiskGranularCopyLogDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<GranularCopyLogDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from GranularCopyLogDetails)
IPersistableModel<DataBoxDiskGranularCopyLogDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxDiskGranularCopyLogDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxDiskGranularCopyLogDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<GranularCopyLogDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from GranularCopyLogDetails)

Applies to