A2AUnplannedFailoverInput 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.
A2A provider specific input for unplanned failover.
[Newtonsoft.Json.JsonObject("A2A")]
public class A2AUnplannedFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverProviderSpecificInput
[<Newtonsoft.Json.JsonObject("A2A")>]
type A2AUnplannedFailoverInput = class
inherit UnplannedFailoverProviderSpecificInput
Public Class A2AUnplannedFailoverInput
Inherits UnplannedFailoverProviderSpecificInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
A2AUnplannedFailoverInput() |
Initializes a new instance of the A2AUnplannedFailoverInput class. |
A2AUnplannedFailoverInput(String, String) |
Initializes a new instance of the A2AUnplannedFailoverInput class. |
Properties
CloudServiceCreationOption |
Gets or sets a value indicating whether to use recovery cloud service for failover or not. |
RecoveryPointId |
Gets or sets the recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed. |