PeeringExtensions.GetCdnPeeringPrefixesAsync Method

Definition

Lists all of the advertised prefixes for the specified peering location <item> Mocking. To mock this method, please mock GetCdnPeeringPrefixesAsync(String, CancellationToken) instead. </item>

public static Azure.AsyncPageable<Azure.ResourceManager.Peering.Models.CdnPeeringPrefix> GetCdnPeeringPrefixesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string peeringLocation, System.Threading.CancellationToken cancellationToken = default);
static member GetCdnPeeringPrefixesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Peering.Models.CdnPeeringPrefix>
<Extension()>
Public Function GetCdnPeeringPrefixesAsync (subscriptionResource As SubscriptionResource, peeringLocation As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CdnPeeringPrefix)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

peeringLocation
String

The peering location.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of CdnPeeringPrefix that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to