Sdílet prostřednictvím


NetworkExtensions.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 static Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPPrefixResource> GetPublicIPPrefixesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetPublicIPPrefixesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPPrefixResource>
<Extension()>
Public Function GetPublicIPPrefixesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PublicIPPrefixResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to