LiveEventsOperationsExtensions.ListNext(ILiveEventsOperations, String) 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.
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.