PSRecoveryServicesClient.StartAzureSiteRecoveryTestFailoverCleanup 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.
Overloads
StartAzureSiteRecoveryTestFailoverCleanup(String, RecoveryPlanTestFailoverCleanupInput) |
Starts Azure Site Recovery test failover cleanup. |
StartAzureSiteRecoveryTestFailoverCleanup(String, String, String, TestFailoverCleanupInput) |
Starts Test Failover Cleanup. |
StartAzureSiteRecoveryTestFailoverCleanup(String, RecoveryPlanTestFailoverCleanupInput)
Starts Azure Site Recovery test failover cleanup.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation StartAzureSiteRecoveryTestFailoverCleanup (string recoveryPlanName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanTestFailoverCleanupInput input);
member this.StartAzureSiteRecoveryTestFailoverCleanup : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanTestFailoverCleanupInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function StartAzureSiteRecoveryTestFailoverCleanup (recoveryPlanName As String, input As RecoveryPlanTestFailoverCleanupInput) As PSSiteRecoveryLongRunningOperation
Parameters
- recoveryPlanName
- String
Recovery Plan Name.
Recovery Plan Test Failover cleanup input.
Returns
Job response
Applies to
StartAzureSiteRecoveryTestFailoverCleanup(String, String, String, TestFailoverCleanupInput)
Starts Test Failover Cleanup.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation StartAzureSiteRecoveryTestFailoverCleanup (string fabricName, string protectionContainerName, string replicationProtectedItemName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverCleanupInput input);
member this.StartAzureSiteRecoveryTestFailoverCleanup : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverCleanupInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function StartAzureSiteRecoveryTestFailoverCleanup (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, input As TestFailoverCleanupInput) As PSSiteRecoveryLongRunningOperation
Parameters
- fabricName
- String
Fabric Name.
- protectionContainerName
- String
Protection Conatiner Name.
- replicationProtectedItemName
- String
Replication Protected Item.
- input
- TestFailoverCleanupInput
Input for Test failover cleanup.
Returns
Job Response.