BlobBackupRuleBasedAutoProtectionSettings 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 for Blob Backup Rule Based Auto Protection settings.
public class BlobBackupRuleBasedAutoProtectionSettings : Azure.ResourceManager.DataProtectionBackup.Models.BlobBackupAutoProtectionSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.BlobBackupRuleBasedAutoProtectionSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.BlobBackupRuleBasedAutoProtectionSettings>
type BlobBackupRuleBasedAutoProtectionSettings = class
inherit BlobBackupAutoProtectionSettings
interface IJsonModel<BlobBackupRuleBasedAutoProtectionSettings>
interface IPersistableModel<BlobBackupRuleBasedAutoProtectionSettings>
Public Class BlobBackupRuleBasedAutoProtectionSettings
Inherits BlobBackupAutoProtectionSettings
Implements IJsonModel(Of BlobBackupRuleBasedAutoProtectionSettings), IPersistableModel(Of BlobBackupRuleBasedAutoProtectionSettings)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| BlobBackupRuleBasedAutoProtectionSettings(Boolean) |
Initializes a new instance of BlobBackupRuleBasedAutoProtectionSettings. |
Properties
| Name | Description |
|---|---|
| Enabled |
Flag to enable whether auto protection. (Inherited from BlobBackupAutoProtectionSettings) |
| Rules |
Rules are evaluated in the order provided. Inclusion adds candidates; exclusion removes candidates. If no rules are present, all containers are considered eligible when enabled = true. |