Aracılığıyla paylaş


PublicIPPrefixesOperationsExtensions.ListNext Method

Definition

Gets all public IP prefixes in a resource group.

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

Parameters

operations
IPublicIPPrefixesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to