Share via


PSRecoveryServicesClient.StartAzureSiteRecoveryTestFailover Method

Definition

Overloads

StartAzureSiteRecoveryTestFailover(String, RecoveryPlanTestFailoverInput)

Starts Azure Site Recovery test failover.

StartAzureSiteRecoveryTestFailover(String, String, String, TestFailoverInput)

Starts Test Failover

StartAzureSiteRecoveryTestFailover(String, RecoveryPlanTestFailoverInput)

Starts Azure Site Recovery test failover.

public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation StartAzureSiteRecoveryTestFailover (string recoveryPlanName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanTestFailoverInput input);
member this.StartAzureSiteRecoveryTestFailover : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanTestFailoverInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function StartAzureSiteRecoveryTestFailover (recoveryPlanName As String, input As RecoveryPlanTestFailoverInput) As PSSiteRecoveryLongRunningOperation

Parameters

recoveryPlanName
String

Recovery Plan Name

input
RecoveryPlanTestFailoverInput

Recovery Plan Test Failover Input

Returns

Job response

Applies to

StartAzureSiteRecoveryTestFailover(String, String, String, TestFailoverInput)

Starts Test Failover

public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation StartAzureSiteRecoveryTestFailover (string fabricName, string protectionContainerName, string replicationProtectedItemName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverInput input);
member this.StartAzureSiteRecoveryTestFailover : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestFailoverInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function StartAzureSiteRecoveryTestFailover (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, input As TestFailoverInput) As PSSiteRecoveryLongRunningOperation

Parameters

fabricName
String

Fabric Name

protectionContainerName
String

Protection Conatiner Name

replicationProtectedItemName
String

Replication Protected Item

input
TestFailoverInput

Input for Test failover

Returns

Job Response

Applies to