RecoveryPlanA2AInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |