AdlsBlobBackupDatasourceParametersForAutoProtection Constructor
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.
Initializes a new instance of AdlsBlobBackupDatasourceParametersForAutoProtection.
public AdlsBlobBackupDatasourceParametersForAutoProtection(Azure.ResourceManager.DataProtectionBackup.Models.BlobBackupRuleBasedAutoProtectionSettings autoProtectionSettings);
new Azure.ResourceManager.DataProtectionBackup.Models.AdlsBlobBackupDatasourceParametersForAutoProtection : Azure.ResourceManager.DataProtectionBackup.Models.BlobBackupRuleBasedAutoProtectionSettings -> Azure.ResourceManager.DataProtectionBackup.Models.AdlsBlobBackupDatasourceParametersForAutoProtection
Public Sub New (autoProtectionSettings As BlobBackupRuleBasedAutoProtectionSettings)
Parameters
- autoProtectionSettings
- BlobBackupRuleBasedAutoProtectionSettings
AutoProtection settings.
Exceptions
autoProtectionSettings is null.