CdnPeeringPrefixesClient Interface

public interface CdnPeeringPrefixesClient

An instance of this class provides access to all the operations defined in CdnPeeringPrefixesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<CdnPeeringPrefixInner> list(String peeringLocation)

Lists all of the advertised prefixes for the specified peering location.

abstract PagedIterable<CdnPeeringPrefixInner> list(String peeringLocation, Context context)

Lists all of the advertised prefixes for the specified peering location.

Method Details

list

public abstract PagedIterable<CdnPeeringPrefixInner> list(String peeringLocation)

Lists all of the advertised prefixes for the specified peering location.

Parameters:

peeringLocation - The peering location.

Returns:

the paginated list of CDN peering prefixes as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<CdnPeeringPrefixInner> list(String peeringLocation, Context context)

Lists all of the advertised prefixes for the specified peering location.

Parameters:

peeringLocation - The peering location.
context - The context to associate with this operation.

Returns:

the paginated list of CDN peering prefixes as paginated response with PagedIterable<T>.

Applies to