RecoveryPointModelCollection Class

Definition

Recovery point model collection.

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

Constructors

Name Description
RecoveryPointModelCollection()

Creates an new RecoveryPointModelCollection instance.

Properties

Name Description
NextLink

Gets or sets the value of next link.

Value

Gets or sets the list of recovery points.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryPointModelCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryPointModelCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryPointModelCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to