MockableNetworkSubscriptionResource.GetPublicIPPrefixesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.