Share via


LiveOutputsOperationsExtensions.ListNext Method

Definition

List Live Outputs

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

Parameters

operations
ILiveOutputsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Lists the live outputs of a live event.

Applies to