IBlobBackupRuleBasedAutoProtectionSettings Interface

Definition

[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)

Applies to