Share via


MigrationRecoveryPoint Class

Definition

Recovery point for a migration item.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrationRecoveryPointTypeConverter))]
public class MigrationRecoveryPoint : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMigrationRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MigrationRecoveryPointTypeConverter))>]
type MigrationRecoveryPoint = class
    interface IMigrationRecoveryPoint
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class MigrationRecoveryPoint
Implements IMigrationRecoveryPoint, IValidates
Inheritance
MigrationRecoveryPoint
Attributes
Implements

Constructors

MigrationRecoveryPoint()

Creates an new MigrationRecoveryPoint instance.

Properties

Id

Resource Id

Location

Resource Location

Name

Resource Name

RecoveryPointTime

The recovery point time.

RecoveryPointType

The recovery point type.

Type

Resource Type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrationRecoveryPoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrationRecoveryPoint.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMigrationRecoveryPoint.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrationRecoveryPoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to