BlobBackupDataSourceSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |