Aracılığıyla paylaş


AdminRulesOperationsExtensions.ListNext(IAdminRulesOperations, String) Method

Definition

List all network manager security configuration admin rules.

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

Parameters

operations
IAdminRulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to