PolicyEventsOperationsExtensions.ListQueryResultsForPolicyDefinitionNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries policy events for the subscription level policy definition.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PolicyInsights.Models.PolicyEvent> ListQueryResultsForPolicyDefinitionNext (this Microsoft.Azure.Management.PolicyInsights.IPolicyEventsOperations operations, string nextPageLink);
static member ListQueryResultsForPolicyDefinitionNext : Microsoft.Azure.Management.PolicyInsights.IPolicyEventsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PolicyInsights.Models.PolicyEvent>
<Extension()>
Public Function ListQueryResultsForPolicyDefinitionNext (operations As IPolicyEventsOperations, nextPageLink As String) As IPage(Of PolicyEvent)
Parameters
- operations
- IPolicyEventsOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.