HyperVReplicaAzureApplyRecoveryPointInput 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
HyperVReplicaAzureApplyRecoveryPointInput() |
Initializes a new instance of the HyperVReplicaAzureApplyRecoveryPointInput class. |
HyperVReplicaAzureApplyRecoveryPointInput(String, String) |
Initializes a new instance of the HyperVReplicaAzureApplyRecoveryPointInput class. |
HyperVReplicaAzureApplyRecoveryPointInput()
Initializes a new instance of the HyperVReplicaAzureApplyRecoveryPointInput class.
public HyperVReplicaAzureApplyRecoveryPointInput ();
Public Sub New ()
Applies to
HyperVReplicaAzureApplyRecoveryPointInput(String, String)
Initializes a new instance of the HyperVReplicaAzureApplyRecoveryPointInput class.
public HyperVReplicaAzureApplyRecoveryPointInput (string primaryKekCertificatePfx = default, string secondaryKekCertificatePfx = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureApplyRecoveryPointInput : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureApplyRecoveryPointInput
Public Sub New (Optional primaryKekCertificatePfx As String = Nothing, Optional secondaryKekCertificatePfx As String = Nothing)
Parameters
- primaryKekCertificatePfx
- String
The primary kek certificate pfx.
- secondaryKekCertificatePfx
- String
The secondary kek certificate pfx.