AdminRuleCollectionsOperationsExtensions.ListNext Method

Definition

Lists all the rule collections in a security admin configuration, in a paginated format.

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

Parameters

operations
IAdminRuleCollectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to