ApplyRecoveryPointInputProperties 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
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.