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.
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
- 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
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET