Share via


MockableNetworkSubscriptionResource.GetPublicIPPrefixesAsync Method

Definition

Gets all the public IP prefixes in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPPrefixes
  • Operation Id: PublicIPPrefixes_ListAll
  • Default Api Version: 2023-09-01
  • Resource: PublicIPPrefixResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPPrefixResource> GetPublicIPPrefixesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPublicIPPrefixesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPPrefixResource>
override this.GetPublicIPPrefixesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPPrefixResource>
Public Overridable Function GetPublicIPPrefixesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PublicIPPrefixResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of PublicIPPrefixResource that may take multiple service requests to iterate over.

Applies to