/// <summary>
 /// Gets the list of Images in the subscription. Use nextLink property in the
 /// response to get the next page of Images. Do this till nextLink is null to
 /// fetch all the Images.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <Image> List(this IImagesOperations operations)
 {
     return(operations.ListAsync().GetAwaiter().GetResult());
 }