Share via


WebCategoriesOperationsExtensions.ListBySubscriptionNext Method

Definition

Gets all the Azure Web Categories in a subscription.

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

Parameters

operations
IWebCategoriesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to