Share via


A2ACrossClusterMigrationApplyRecoveryPointInput Class

Definition

ApplyRecoveryPoint input specific to A2ACrossClusterMigration provider.

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

Constructors

A2ACrossClusterMigrationApplyRecoveryPointInput()

Creates an new A2ACrossClusterMigrationApplyRecoveryPointInput instance.

Properties

InstanceType

The class type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2ACrossClusterMigrationApplyRecoveryPointInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2ACrossClusterMigrationApplyRecoveryPointInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2ACrossClusterMigrationApplyRecoveryPointInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to