/// <summary> /// Gets the list of recovery plans. /// </summary> /// <remarks> /// Lists the recovery plans in the vault. /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static IPage <RecoveryPlan> List(this IReplicationRecoveryPlansOperations operations) { return(operations.ListAsync().GetAwaiter().GetResult()); }