Share via


PublicIPPrefixesOperationsExtensions.ListAllAsync Method

Definition

Gets all the public IP prefixes in a subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPPrefixInner>> ListAllAsync (this Microsoft.Azure.Management.Network.Fluent.IPublicIPPrefixesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.Management.Network.Fluent.IPublicIPPrefixesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPPrefixInner>>
<Extension()>
Public Function ListAllAsync (operations As IPublicIPPrefixesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PublicIPPrefixInner))

Parameters

operations
IPublicIPPrefixesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to