Share via


GranularCopyLogDetails Class

Definition

Granular Details for log generated during copy. Please note GranularCopyLogDetails 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 DataBoxDiskGranularCopyLogDetails.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataBox.Models.UnknownGranularCopyLogDetails))]
public abstract class GranularCopyLogDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.GranularCopyLogDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.GranularCopyLogDetails>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataBox.Models.UnknownGranularCopyLogDetails))>]
type GranularCopyLogDetails = class
    interface IJsonModel<GranularCopyLogDetails>
    interface IPersistableModel<GranularCopyLogDetails>
Public MustInherit Class GranularCopyLogDetails
Implements IJsonModel(Of GranularCopyLogDetails), IPersistableModel(Of GranularCopyLogDetails)
Inheritance
GranularCopyLogDetails
Derived
Attributes
Implements

Constructors

GranularCopyLogDetails()

Initializes a new instance of GranularCopyLogDetails.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GranularCopyLogDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GranularCopyLogDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GranularCopyLogDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GranularCopyLogDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GranularCopyLogDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to