/// <summary>
 /// Obtains details of a cached recommendation.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceUri'>
 /// The fully qualified Azure Resource Manager identifier of the resource to
 /// which the recommendation applies.
 /// </param>
 /// <param name='recommendationId'>
 /// The recommendation ID.
 /// </param>
 public static ResourceRecommendationBase Get(this IRecommendationsOperations operations, string resourceUri, string recommendationId)
 {
     return(operations.GetAsync(resourceUri, recommendationId).GetAwaiter().GetResult());
 }