/// <summary>
 /// Gets the requested recovery plan.
 /// </summary>
 /// <remarks>
 /// Gets the details of the recovery plan.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='recoveryPlanName'>
 /// Name of the recovery plan.
 /// </param>
 public static RecoveryPlan Get(this IReplicationRecoveryPlansOperations operations, string recoveryPlanName)
 {
     return(operations.GetAsync(recoveryPlanName).GetAwaiter().GetResult());
 }