Share via


RecoveryPlanA2AInput Class

Definition

Recovery plan A2A input.

[Newtonsoft.Json.JsonObject("A2A")]
public class RecoveryPlanA2AInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificInput
[<Newtonsoft.Json.JsonObject("A2A")>]
type RecoveryPlanA2AInput = class
    inherit RecoveryPlanProviderSpecificInput
Public Class RecoveryPlanA2AInput
Inherits RecoveryPlanProviderSpecificInput
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

RecoveryPlanA2AInput()

Initializes a new instance of the RecoveryPlanA2AInput class.

RecoveryPlanA2AInput(String, String, ExtendedLocation, ExtendedLocation)

Initializes a new instance of the RecoveryPlanA2AInput class.

Properties

PrimaryExtendedLocation

Gets or sets the primary extended location.

PrimaryZone

Gets or sets the primary zone.

RecoveryExtendedLocation

Gets or sets the recovery extended location.

RecoveryZone

Gets or sets the recovery zone.

Methods

Validate()

Validate the object.

Applies to