Share via


AzureBackupRecoveryPoint Class

Definition

Azure backup recoveryPoint

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.AzureBackupRecoveryPointTypeConverter))]
public class AzureBackupRecoveryPoint : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IAzureBackupRecoveryPoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.AzureBackupRecoveryPointTypeConverter))>]
type AzureBackupRecoveryPoint = class
    interface IAzureBackupRecoveryPoint
    interface IJsonSerializable
Public Class AzureBackupRecoveryPoint
Implements IAzureBackupRecoveryPoint
Inheritance
AzureBackupRecoveryPoint
Attributes
Implements

Constructors

Name Description
AzureBackupRecoveryPoint()

Creates an new AzureBackupRecoveryPoint instance.

Properties

Name Description
ObjectType

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureBackupRecoveryPoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureBackupRecoveryPoint.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IAzureBackupRecoveryPoint. Note: the Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IAzureBackupRecoveryPoint 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 AzureBackupRecoveryPoint, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureBackupRecoveryPoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to