EventOperationsExtensions.ListEventsNext Method (IEventOperations, String)
The List Event Next operation lists the next set of events.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
<ExtensionAttribute> Public Shared Function ListEventsNext ( operations As IEventOperations, nextLink As String ) As EventDataListResponse
Parameters
- operations
-
Type:
Microsoft.Azure.Insights.IEventOperations
Reference to the Microsoft.Azure.Insights.IEventOperations.
- nextLink
-
Type:
System.String
Required. The next link works as a continuation token when all of the events are not returned in the response and a second call is required
Return Value
Type: Microsoft.Azure.Insights.Models.EventDataListResponseThe List Events operation response.
Show: