Exemple #1
0
 /// <summary>
 /// Lists all of the available peering locations for the specified kind of
 /// peering.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='kind'>
 /// The kind of the peering. Possible values include: 'Direct', 'Exchange'
 /// </param>
 public static IEnumerable <PeeringLocation> List(this IPeeringLocationsOperations operations, string kind)
 {
     return(operations.ListAsync(kind).GetAwaiter().GetResult());
 }
 /// <summary>
 /// Lists all of the available peering locations for the specified kind of
 /// peering.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='kind'>
 /// The kind of the peering. Possible values include: 'Direct', 'Exchange'
 /// </param>
 /// <param name='directPeeringType'>
 /// The type of direct peering. Possible values include: 'Edge', 'Transit',
 /// 'Cdn', 'Internal'
 /// </param>
 public static IPage <PeeringLocation> List(this IPeeringLocationsOperations operations, string kind, string directPeeringType = default(string))
 {
     return(operations.ListAsync(kind, directPeeringType).GetAwaiter().GetResult());
 }