Delen via


DataProtectionBackupSettings Class

Definition

Azure backup parameters.

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

Constructors

DataProtectionBackupSettings(String)

Initializes a new instance of DataProtectionBackupSettings.

Properties

BackupType

BackupType ; Full/Incremental etc.

Explicit Interface Implementations

IJsonModel<DataProtectionBackupSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionBackupSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataProtectionBackupSettingsBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataProtectionBackupSettingsBase)
IPersistableModel<DataProtectionBackupSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionBackupSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionBackupSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataProtectionBackupSettingsBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DataProtectionBackupSettingsBase)

Applies to