A2ATestFailoverInput Class

Definition

A2A provider specific input for test failover.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2ATestFailoverInputTypeConverter))]
public class A2ATestFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2ATestFailoverInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2ATestFailoverInputTypeConverter))>]
type A2ATestFailoverInput = class
    interface IA2ATestFailoverInput
    interface IJsonSerializable
    interface ITestFailoverProviderSpecificInput
    interface IValidates
Public Class A2ATestFailoverInput
Implements IA2ATestFailoverInput, IValidates
Inheritance
A2ATestFailoverInput
Attributes
Implements

Constructors

Name Description
A2ATestFailoverInput()

Creates an new A2ATestFailoverInput instance.

Properties

Name Description
CloudServiceCreationOption

A value indicating whether to use recovery cloud service for TFO or not.

InstanceType

The class type.

RecoveryPointId

The recovery point id to be passed to test failover to a particular recovery point. In case of latest recovery point, null should be passed.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2ATestFailoverInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2ATestFailoverInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2ATestFailoverInput.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2ATestFailoverInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to