/// <summary>
 /// Gets a list of managed clusters in the specified subscription.
 /// </summary>
 /// <remarks>
 /// Gets a list of managed clusters in the specified subscription. The
 /// operation returns properties of each managed cluster.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <ManagedCluster> List(this IManagedClustersOperations operations)
 {
     return(operations.ListAsync().GetAwaiter().GetResult());
 }