ApplyRecoveryPointInputProperties Constructors

Definition

Overloads

ApplyRecoveryPointInputProperties()

Initializes a new instance of the ApplyRecoveryPointInputProperties class.

ApplyRecoveryPointInputProperties(ApplyRecoveryPointProviderSpecificInput, String)

Initializes a new instance of the ApplyRecoveryPointInputProperties class.

ApplyRecoveryPointInputProperties()

Initializes a new instance of the ApplyRecoveryPointInputProperties class.

public ApplyRecoveryPointInputProperties ();
Public Sub New ()

Applies to

ApplyRecoveryPointInputProperties(ApplyRecoveryPointProviderSpecificInput, String)

Initializes a new instance of the ApplyRecoveryPointInputProperties class.

public ApplyRecoveryPointInputProperties (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointProviderSpecificInput providerSpecificDetails, string recoveryPointId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInputProperties : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointProviderSpecificInput * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInputProperties
Public Sub New (providerSpecificDetails As ApplyRecoveryPointProviderSpecificInput, Optional recoveryPointId As String = Nothing)

Parameters

providerSpecificDetails
ApplyRecoveryPointProviderSpecificInput

Provider specific input for applying recovery point.

recoveryPointId
String

The recovery point Id.

Applies to