Sdílet prostřednictvím


SecurityRulesOperationsExtensions.ListNext Method

Definition

Gets all security rules in a network security group.

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

Parameters

operations
ISecurityRulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to