你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

A2AReprotectInput Class

Definition

Azure specific reprotect input.

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

Constructors

A2AReprotectInput()

Creates an new A2AReprotectInput instance.

Properties

InstanceType

The class type.

PolicyId

The Policy Id.

RecoveryAvailabilitySetId

The recovery availability set.

RecoveryCloudServiceId

The recovery cloud service Id. Valid for V1 scenarios.

RecoveryContainerId

The recovery container Id.

RecoveryResourceGroupId

The recovery resource group Id. Valid for V2 scenarios.

VMDisk

The list of vm disk details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AReprotectInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AReprotectInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AReprotectInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to