Share via


AzureBackupRecoveryPoint Class

Definition

Azure backup recoveryPoint

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

Constructors

AzureBackupRecoveryPoint()

Creates an new AzureBackupRecoveryPoint instance.

Properties

ObjectType

Methods

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.Api20240401.IAzureBackupRecoveryPoint. Note: the Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.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