Share via


PublicIPAddressesOperationsExtensions.ListAllNext Method

Definition

Gets all the public IP addresses in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress> ListAllNext (this Microsoft.Azure.Management.Network.IPublicIPAddressesOperations operations, string nextPageLink);
static member ListAllNext : Microsoft.Azure.Management.Network.IPublicIPAddressesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress>
<Extension()>
Public Function ListAllNext (operations As IPublicIPAddressesOperations, nextPageLink As String) As IPage(Of PublicIPAddress)

Parameters

operations
IPublicIPAddressesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to