/// <summary>
 /// Lists all of the available peering service locations for the specified kind
 /// of peering.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static IPage <PeeringServiceProvider> List(this IPeeringServiceProvidersOperations operations)
 {
     return(operations.ListAsync().GetAwaiter().GetResult());
 }