GovernanceRulesOperationsExtensions.ListNext Method

Definition

Get a list of all relevant governance rules over a scope

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

Parameters

operations
IGovernanceRulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to