Share via


EventOperationsExtensions.ListEventsNext Method (IEventOperations, String)

 

The List Event Next operation lists the next set of events.

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public static EventDataListResponse ListEventsNext(
    this IEventOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static EventDataListResponse^ ListEventsNext(
    IEventOperations^ operations,
    String^ nextLink
)
static member ListEventsNext : 
        operations:IEventOperations *
        nextLink:string -> EventDataListResponse
<ExtensionAttribute>
Public Shared Function ListEventsNext (
    operations As IEventOperations,
    nextLink As String
) As EventDataListResponse

Parameters

  • 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.EventDataListResponse

The List Events operation response.

See Also

EventOperationsExtensions Class
Microsoft.Azure.Insights Namespace

Return to top