Aracılığıyla paylaş


PublicIPPrefixesOperationsExtensions.ListAllNext Method

Definition

Gets all the public IP prefixes in a subscription.

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