HyperVReplicaAzureUnplannedFailoverInput 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
HyperVReplicaAzureUnplannedFailoverInput() |
Initializes a new instance of the HyperVReplicaAzureUnplannedFailoverInput class. |
HyperVReplicaAzureUnplannedFailoverInput(String, String, String) |
Initializes a new instance of the HyperVReplicaAzureUnplannedFailoverInput class. |
HyperVReplicaAzureUnplannedFailoverInput()
Initializes a new instance of the HyperVReplicaAzureUnplannedFailoverInput class.
public HyperVReplicaAzureUnplannedFailoverInput ();
Public Sub New ()
Applies to
HyperVReplicaAzureUnplannedFailoverInput(String, String, String)
Initializes a new instance of the HyperVReplicaAzureUnplannedFailoverInput class.
public HyperVReplicaAzureUnplannedFailoverInput (string primaryKekCertificatePfx = default, string secondaryKekCertificatePfx = default, string recoveryPointId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureUnplannedFailoverInput : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureUnplannedFailoverInput
Public Sub New (Optional primaryKekCertificatePfx As String = Nothing, Optional secondaryKekCertificatePfx As String = Nothing, Optional recoveryPointId As String = Nothing)
Parameters
- primaryKekCertificatePfx
- String
Primary kek certificate pfx.
- secondaryKekCertificatePfx
- String
Secondary kek certificate pfx.
- recoveryPointId
- String
The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed.