你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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