PSRecoveryServicesClient.StartAzureSiteRecoveryApplyRecoveryPoint Method
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.
Start applying Recovery Point.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation StartAzureSiteRecoveryApplyRecoveryPoint (string fabricName, string protectionContainerName, string replicationProtectedItemName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInput input);
member this.StartAzureSiteRecoveryApplyRecoveryPoint : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ApplyRecoveryPointInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function StartAzureSiteRecoveryApplyRecoveryPoint (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, input As ApplyRecoveryPointInput) As PSSiteRecoveryLongRunningOperation
Parameters
- fabricName
- String
Fabric Name.
- protectionContainerName
- String
Protection Conatiner Name.
- replicationProtectedItemName
- String
Replication Protected Item.
- input
- ApplyRecoveryPointInput
Input for applying recovery point.
Returns
Job Response