/// <summary>
 /// Gets the list of Service Fabric cluster resources created in the specified
 /// subscription.
 /// </summary>
 /// <remarks>
 /// Gets all Service Fabric cluster resources created or in the process of
 /// being created in the subscription.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <ManagedCluster> ListBySubscription(this IManagedClustersOperations operations)
 {
     return(operations.ListBySubscriptionAsync().GetAwaiter().GetResult());
 }