Aracılığıyla paylaş


HyperVReplicaAzureApplyRecoveryPointInput Constructors

Definition

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.

Applies to