共用方式為


A2AReprotectInput interface

Azure specific reprotect input.

Extends

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

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.

vmDisks

The list of vm disk details.

Property Details

instanceType

Polymorphic discriminator, which specifies the different types this object can be

instanceType: "A2A"

Property Value

"A2A"

policyId

The Policy Id.

policyId?: string

Property Value

string

recoveryAvailabilitySetId

The recovery availability set.

recoveryAvailabilitySetId?: string

Property Value

string

recoveryCloudServiceId

The recovery cloud service Id. Valid for V1 scenarios.

recoveryCloudServiceId?: string

Property Value

string

recoveryContainerId

The recovery container Id.

recoveryContainerId?: string

Property Value

string

recoveryResourceGroupId

The recovery resource group Id. Valid for V2 scenarios.

recoveryResourceGroupId?: string

Property Value

string

vmDisks

The list of vm disk details.

vmDisks?: A2AVmDiskInputDetails[]

Property Value