ClusterProviderSpecificRecoveryPointDetails Class

Definition

Replication provider specific cluster recovery point details.

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

Constructors

Name Description
ClusterProviderSpecificRecoveryPointDetails()

Creates an new ClusterProviderSpecificRecoveryPointDetails instance.

Properties

Name Description
InstanceType

Gets the provider type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterProviderSpecificRecoveryPointDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterProviderSpecificRecoveryPointDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterProviderSpecificRecoveryPointDetails. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterProviderSpecificRecoveryPointDetails 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 ClusterProviderSpecificRecoveryPointDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterProviderSpecificRecoveryPointDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to