Share via


RecoveryPlanA2AInput Class

Definition

Recovery plan A2A input.

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

Constructors

RecoveryPlanA2AInput()

Creates an new RecoveryPlanA2AInput instance.

Properties

InstanceType

Gets the Instance type.

PrimaryExtendedLocationName

The name of the extended location.

PrimaryExtendedLocationType

The extended location type.

PrimaryZone

The primary zone.

RecoveryExtendedLocationName

The name of the extended location.

RecoveryExtendedLocationType

The extended location type.

RecoveryZone

The recovery zone.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryPlanA2AInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryPlanA2AInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryPlanA2AInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to