HyperVReplicaAzureUnplannedFailoverInput 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.
HvrA provider specific input for unplanned failover.
[Newtonsoft.Json.JsonObject("HyperVReplicaAzure")]
public class HyperVReplicaAzureUnplannedFailoverInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UnplannedFailoverProviderSpecificInput
[<Newtonsoft.Json.JsonObject("HyperVReplicaAzure")>]
type HyperVReplicaAzureUnplannedFailoverInput = class
inherit UnplannedFailoverProviderSpecificInput
Public Class HyperVReplicaAzureUnplannedFailoverInput
Inherits UnplannedFailoverProviderSpecificInput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
HyperVReplicaAzureUnplannedFailoverInput() |
Initializes a new instance of the HyperVReplicaAzureUnplannedFailoverInput class. |
HyperVReplicaAzureUnplannedFailoverInput(String, String, String) |
Initializes a new instance of the HyperVReplicaAzureUnplannedFailoverInput class. |
Properties
PrimaryKekCertificatePfx |
Gets or sets primary kek certificate pfx. |
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. |
SecondaryKekCertificatePfx |
Gets or sets secondary kek certificate pfx. |