PublicIPAddressesOperationsExtensions.ListAllNextAsync(IPublicIPAddressesOperations, String, CancellationToken) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Network.Version2017_10_01.Models.PublicIPAddress>> ListAllNextAsync (this Microsoft.Azure.Management.Internal.Network.Version2017_10_01.IPublicIPAddressesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAllNextAsync : Microsoft.Azure.Management.Internal.Network.Version2017_10_01.IPublicIPAddressesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Network.Version2017_10_01.Models.PublicIPAddress>>
<Extension()>
Public Function ListAllNextAsync (operations As IPublicIPAddressesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PublicIPAddress))

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Task<IPage<PublicIPAddress>>

Applies to