BlobBackupDatasourceParametersForAutoProtection Class

Definition

Paramters to be used during configuration of backup of blobs using AutoProtection settings.

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

Constructors

Name Description
BlobBackupDatasourceParametersForAutoProtection(BlobBackupRuleBasedAutoProtectionSettings)

Initializes a new instance of BlobBackupDatasourceParametersForAutoProtection.

Properties

Name Description
AutoProtectionSettings

AutoProtection settings.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupDataSourceSettings)
IJsonModel<BlobBackupDatasourceParametersForAutoProtection>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<BlobBackupDatasourceParametersForAutoProtection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<BackupDataSourceSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupDataSourceSettings)
IPersistableModel<BlobBackupDatasourceParametersForAutoProtection>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<BlobBackupDatasourceParametersForAutoProtection>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<BlobBackupDatasourceParametersForAutoProtection>.Write(ModelReaderWriterOptions)

Applies to