ApplyRecoveryPointInput Constructors

Definition

Overloads

ApplyRecoveryPointInput()

Initializes a new instance of the ApplyRecoveryPointInput class.

ApplyRecoveryPointInput(ApplyRecoveryPointInputProperties)

Initializes a new instance of the ApplyRecoveryPointInput class.

ApplyRecoveryPointInput()

Initializes a new instance of the ApplyRecoveryPointInput class.

public ApplyRecoveryPointInput ();
Public Sub New ()

Applies to

ApplyRecoveryPointInput(ApplyRecoveryPointInputProperties)

Initializes a new instance of the ApplyRecoveryPointInput class.

public ApplyRecoveryPointInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInputProperties properties);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInput
Public Sub New (properties As ApplyRecoveryPointInputProperties)

Parameters

properties
ApplyRecoveryPointInputProperties

The input properties to apply recovery point.

Applies to