Megosztás a következőn keresztül:


NetworkExtensions.GetPublicIPAddressesAsync Method

Definition

Gets all the public IP addresses in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/publicIPAddresses
  • Operation Id: PublicIPAddresses_ListAll
  • Default Api Version: 2023-09-01
  • Resource: PublicIPAddressResource
public static Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPAddressResource> GetPublicIPAddressesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetPublicIPAddressesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPAddressResource>
<Extension()>
Public Function GetPublicIPAddressesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PublicIPAddressResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to