A2AUnplannedFailoverInput Class

Definition

A2A provider specific input for unplanned failover.

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

Constructors

Name Description
A2AUnplannedFailoverInput()

Creates an new A2AUnplannedFailoverInput instance.

Properties

Name Description
CloudServiceCreationOption

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

InstanceType

The class type.

RecoveryPointId

The recovery point id to be passed to 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 A2AUnplannedFailoverInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AUnplannedFailoverInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AUnplannedFailoverInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to