Delen via


DataProtectionOperationExtendedInfo Class

Definition

Operation Extended Info Please note DataProtectionOperationExtendedInfo 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 DataProtectionOperationJobExtendedInfo.

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

Constructors

DataProtectionOperationExtendedInfo()

Initializes a new instance of DataProtectionOperationExtendedInfo.

Explicit Interface Implementations

IJsonModel<DataProtectionOperationExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionOperationExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionOperationExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionOperationExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionOperationExtendedInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to