Share via


A2AApplyRecoveryPointInput Class

Definition

ApplyRecoveryPoint input specific to A2A provider.

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

Constructors

A2AApplyRecoveryPointInput()

Creates an new A2AApplyRecoveryPointInput instance.

Properties

InstanceType

The class type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AApplyRecoveryPointInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AApplyRecoveryPointInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AApplyRecoveryPointInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to