RecoveryPlanHyperVReplicaAzureFailoverInput Constructors
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.
Overloads
RecoveryPlanHyperVReplicaAzureFailoverInput() |
Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailoverInput class. |
RecoveryPlanHyperVReplicaAzureFailoverInput(String, String, String) |
Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailoverInput class. |
RecoveryPlanHyperVReplicaAzureFailoverInput()
Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailoverInput class.
public RecoveryPlanHyperVReplicaAzureFailoverInput ();
Public Sub New ()
Applies to
RecoveryPlanHyperVReplicaAzureFailoverInput(String, String, String)
Initializes a new instance of the RecoveryPlanHyperVReplicaAzureFailoverInput class.
public RecoveryPlanHyperVReplicaAzureFailoverInput (string primaryKekCertificatePfx = default, string secondaryKekCertificatePfx = default, string recoveryPointType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanHyperVReplicaAzureFailoverInput : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanHyperVReplicaAzureFailoverInput
Public Sub New (Optional primaryKekCertificatePfx As String = Nothing, Optional secondaryKekCertificatePfx As String = Nothing, Optional recoveryPointType As String = Nothing)
Parameters
- primaryKekCertificatePfx
- String
The primary KEK certificate PFX.
- secondaryKekCertificatePfx
- String
The secondary KEK certificate PFX.
- recoveryPointType
- String
The recovery point type. Possible values include: 'Latest', 'LatestApplicationConsistent', 'LatestProcessed'