Example #1
0
 /// <summary>
 /// Lists all of the advertised prefixes for the specified peering location
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='peeringLocation'>
 /// The peering location.
 /// </param>
 public static IPage <CdnPeeringPrefix> List(this ICdnPeeringPrefixesOperations operations, string peeringLocation)
 {
     return(operations.ListAsync(peeringLocation).GetAwaiter().GetResult());
 }