Share via


DataProtectionBackupSettingsBase Class

Definition

BackupParameters base Please note DataProtectionBackupSettingsBase 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 DataProtectionBackupSettings.

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

Constructors

Name Description
DataProtectionBackupSettingsBase()

Initializes a new instance of DataProtectionBackupSettingsBase.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataProtectionBackupSettingsBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionBackupSettingsBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionBackupSettingsBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionBackupSettingsBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionBackupSettingsBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to