Sdílet prostřednictvím


BlobBackupDataSourceSettings Class

Definition

Parameters to be used during configuration of backup of blobs.

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>
public class BlobBackupDataSourceSettings : Azure.ResourceManager.DataProtectionBackup.Models.BackupDataSourceSettings
type BlobBackupDataSourceSettings = class
    inherit BackupDataSourceSettings
    interface IJsonModel<BlobBackupDataSourceSettings>
    interface IPersistableModel<BlobBackupDataSourceSettings>
type BlobBackupDataSourceSettings = class
    inherit BackupDataSourceSettings
Public Class BlobBackupDataSourceSettings
Inherits BackupDataSourceSettings
Implements IJsonModel(Of BlobBackupDataSourceSettings), IPersistableModel(Of BlobBackupDataSourceSettings)
Public Class BlobBackupDataSourceSettings
Inherits BackupDataSourceSettings
Inheritance
BlobBackupDataSourceSettings
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.

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