/// <summary>
 /// Returns the list of managed private endpoints.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group containing the Kusto cluster.
 /// </param>
 /// <param name='clusterName'>
 /// The name of the Kusto cluster.
 /// </param>
 public static IEnumerable <ManagedPrivateEndpoint> List(this IManagedPrivateEndpointsOperations operations, string resourceGroupName, string clusterName)
 {
     return(operations.ListAsync(resourceGroupName, clusterName).GetAwaiter().GetResult());
 }