Share via


RecoveryPointModelProperties Class

Definition

Recovery point model properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.RecoveryPointModelPropertiesTypeConverter))]
public class RecoveryPointModelProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IRecoveryPointModelProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.RecoveryPointModelPropertiesTypeConverter))>]
type RecoveryPointModelProperties = class
    interface IRecoveryPointModelProperties
    interface IJsonSerializable
Public Class RecoveryPointModelProperties
Implements IRecoveryPointModelProperties
Inheritance
RecoveryPointModelProperties
Attributes
Implements

Constructors

RecoveryPointModelProperties()

Creates an new RecoveryPointModelProperties instance.

Properties

CustomPropertyInstanceType

Gets or sets the instance type.

RecoveryPointTime

Gets or sets the recovery point time.

RecoveryPointType

Gets or sets the recovery point type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryPointModelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryPointModelProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IRecoveryPointModelProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryPointModelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to