Share via


BlobBackupDataSourceSettings Class

Definition

Parameters to be used during configuration of backup of blobs Please note BlobBackupDataSourceSettings 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 AdlsBlobBackupDataSourceSettings.

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

Constructors

BlobBackupDataSourceSettings(IEnumerable<String>)

Initializes a new instance of BlobBackupDataSourceSettings.

Properties

ContainersList

List of containers to be backed up during configuration of backup of blobs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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<BlobBackupDataSourceSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BlobBackupDataSourceSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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<BlobBackupDataSourceSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BlobBackupDataSourceSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BlobBackupDataSourceSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to