LiveEventsOperationsExtensions.ListNext(ILiveEventsOperations, String) Method

Definition

List live events

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

Parameters

operations
ILiveEventsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Lists all the live events in the account.

Applies to