PeerAsnCollection.GetAll(CancellationToken) Method

Definition

Lists all of the peer ASNs under the given subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Peering/peerAsns.
  • Operation Id. : PeerAsns_ListBySubscription.
  • Default Api Version. : 2025-05-01.
public virtual Azure.Pageable<Azure.ResourceManager.Peering.PeerAsnResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Peering.PeerAsnResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Peering.PeerAsnResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PeerAsnResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to