ClusterRecoveryPointCollection Class

Definition

Collection of cluster recovery point details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ClusterRecoveryPointCollectionTypeConverter))]
public class ClusterRecoveryPointCollection : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterRecoveryPointCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ClusterRecoveryPointCollectionTypeConverter))>]
type ClusterRecoveryPointCollection = class
    interface IClusterRecoveryPointCollection
    interface IJsonSerializable
Public Class ClusterRecoveryPointCollection
Implements IClusterRecoveryPointCollection
Inheritance
ClusterRecoveryPointCollection
Attributes
Implements

Constructors

Name Description
ClusterRecoveryPointCollection()

Creates an new ClusterRecoveryPointCollection instance.

Properties

Name Description
NextLink

The value of next link.

Value

The cluster recovery point details.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterRecoveryPointCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterRecoveryPointCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterRecoveryPointCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterRecoveryPointCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to