Share via


InMageAzureV2TestFailoverInput Class

Definition

InMageAzureV2 provider specific input for test failover.

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

Constructors

InMageAzureV2TestFailoverInput()

Creates an new InMageAzureV2TestFailoverInput instance.

Properties

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageAzureV2TestFailoverInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageAzureV2TestFailoverInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageAzureV2TestFailoverInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to