Share via


PublicIPAddressesOperationsExtensions.ListNext Method

Definition

Gets all public IP addresses in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress> ListNext (this Microsoft.Azure.Management.Network.IPublicIPAddressesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Network.IPublicIPAddressesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress>
<Extension()>
Public Function ListNext (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