RecoveryPlanA2ADetails 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 specific details.
[Newtonsoft.Json.JsonObject("A2A")]
public class RecoveryPlanA2ADetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProviderSpecificDetails
[<Newtonsoft.Json.JsonObject("A2A")>]
type RecoveryPlanA2ADetails = class
inherit RecoveryPlanProviderSpecificDetails
Public Class RecoveryPlanA2ADetails
Inherits RecoveryPlanProviderSpecificDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
RecoveryPlanA2ADetails() |
Initializes a new instance of the RecoveryPlanA2ADetails class. |
RecoveryPlanA2ADetails(String, String, ExtendedLocation, ExtendedLocation) |
Initializes a new instance of the RecoveryPlanA2ADetails 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. |