A2AClusterTestFailoverInput Class

Definition

A2A provider specific input for test cluster failover.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AClusterTestFailoverInputTypeConverter))]
public class A2AClusterTestFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2AClusterTestFailoverInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AClusterTestFailoverInputTypeConverter))>]
type A2AClusterTestFailoverInput = class
    interface IA2AClusterTestFailoverInput
    interface IJsonSerializable
    interface IClusterTestFailoverProviderSpecificInput
    interface IValidates
Public Class A2AClusterTestFailoverInput
Implements IA2AClusterTestFailoverInput, IValidates
Inheritance
A2AClusterTestFailoverInput
Attributes
Implements

Constructors

Name Description
A2AClusterTestFailoverInput()

Creates an new A2AClusterTestFailoverInput instance.

Properties

Name Description
ClusterRecoveryPointId

The cluster recovery point id to be passed to failover to a particular recovery point.

IndividualNodeRecoveryPoint

The list of individual node recovery points.

InstanceType

The class type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AClusterTestFailoverInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AClusterTestFailoverInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AClusterTestFailoverInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to