Aracılığıyla paylaş


HyperVReplicaAzurePlannedFailoverProviderInput Constructors

Definition

Overloads

HyperVReplicaAzurePlannedFailoverProviderInput()

Initializes a new instance of the HyperVReplicaAzurePlannedFailoverProviderInput class.

HyperVReplicaAzurePlannedFailoverProviderInput(String, String, String)

Initializes a new instance of the HyperVReplicaAzurePlannedFailoverProviderInput class.

HyperVReplicaAzurePlannedFailoverProviderInput()

Initializes a new instance of the HyperVReplicaAzurePlannedFailoverProviderInput class.

public HyperVReplicaAzurePlannedFailoverProviderInput ();
Public Sub New ()

Applies to

HyperVReplicaAzurePlannedFailoverProviderInput(String, String, String)

Initializes a new instance of the HyperVReplicaAzurePlannedFailoverProviderInput class.

public HyperVReplicaAzurePlannedFailoverProviderInput (string primaryKekCertificatePfx = default, string secondaryKekCertificatePfx = default, string recoveryPointId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzurePlannedFailoverProviderInput : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzurePlannedFailoverProviderInput
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.

Applies to