IBlobBackupRuleBasedAutoProtectionSettings Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.BlobBackupRuleBasedAutoProtectionSettingsTypeConverter))]
public interface IBlobBackupRuleBasedAutoProtectionSettings : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.IBlobBackupAutoProtectionSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.BlobBackupRuleBasedAutoProtectionSettingsTypeConverter))>]
type IBlobBackupRuleBasedAutoProtectionSettings = interface
interface IJsonSerializable
interface IBlobBackupAutoProtectionSettings
Public Interface IBlobBackupRuleBasedAutoProtectionSettings
Implements IBlobBackupAutoProtectionSettings
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Enabled |
Flag to enable whether auto protection. (Inherited from IBlobBackupAutoProtectionSettings) |
| ObjectType |
Type of the specific object - used for deserializing (Inherited from IBlobBackupAutoProtectionSettings) |
| Rule |
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. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |