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. : 2025-07-01.
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

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

Applies to