/// <summary>
 /// Returns a list of destination shares that the system considers as best
 /// candidates for migration.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Resource group name.
 /// </param>
 /// <param name='farmId'>
 /// Farm Id.
 /// </param>
 /// <param name='shareName'>
 /// Share name.
 /// </param>
 public static IList <Share> ListDestinationShares(this IContainersOperations operations, string resourceGroupName, string farmId, string shareName)
 {
     return(operations.ListDestinationSharesAsync(resourceGroupName, farmId, shareName).GetAwaiter().GetResult());
 }