BlobBackupAutoProtectionSettings Class

Definition

The settings for Blob Backup Auto Protection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.BlobBackupAutoProtectionSettingsTypeConverter))]
public class BlobBackupAutoProtectionSettings : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.IBlobBackupAutoProtectionSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.BlobBackupAutoProtectionSettingsTypeConverter))>]
type BlobBackupAutoProtectionSettings = class
    interface IBlobBackupAutoProtectionSettings
    interface IJsonSerializable
Public Class BlobBackupAutoProtectionSettings
Implements IBlobBackupAutoProtectionSettings
Inheritance
BlobBackupAutoProtectionSettings
Attributes
Implements

Constructors

Name Description
BlobBackupAutoProtectionSettings()

Creates an new BlobBackupAutoProtectionSettings instance.

Properties

Name Description
Enabled

Flag to enable whether auto protection.

ObjectType

Type of the specific object - used for deserializing

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BlobBackupAutoProtectionSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BlobBackupAutoProtectionSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.IBlobBackupAutoProtectionSettings. Note: the Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20260301.IBlobBackupAutoProtectionSettings interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of BlobBackupAutoProtectionSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BlobBackupAutoProtectionSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to