Share via


StreamingLocatorsOperationsExtensions.ListNext Method

Definition

List Streaming Locators

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

Parameters

operations
IStreamingLocatorsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Lists the Streaming Locators in the account

Applies to