/// <summary>
 /// Execute test failover of the recovery plan.
 /// </summary>
 /// <remarks>
 /// The operation to start the test failover of a recovery plan.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='recoveryPlanName'>
 /// Recovery plan name.
 /// </param>
 /// <param name='input'>
 /// Recovery plan test failover input.
 /// </param>
 public static RecoveryPlan BeginTestFailover(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName, RecoveryPlanTestFailoverInput input)
 {
     return(operations.BeginTestFailoverAsync(recoveryPlanName, input).GetAwaiter().GetResult());
 }