AdlsBlobBackupDatasourceParametersForAutoProtection Class

Definition

Parameters to be used during configuration of backup of azure data lake storage account blobs using AutoProtection settings.

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

Constructors

Name Description
AdlsBlobBackupDatasourceParametersForAutoProtection(BlobBackupRuleBasedAutoProtectionSettings)

Initializes a new instance of AdlsBlobBackupDatasourceParametersForAutoProtection.

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<AdlsBlobBackupDatasourceParametersForAutoProtection>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AdlsBlobBackupDatasourceParametersForAutoProtection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
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)
IPersistableModel<AdlsBlobBackupDatasourceParametersForAutoProtection>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AdlsBlobBackupDatasourceParametersForAutoProtection>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AdlsBlobBackupDatasourceParametersForAutoProtection>.Write(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)

Applies to