MediaservicesOperationsExtensions.ListNext Method

Definition

List Media Services accounts

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

Parameters

operations
IMediaservicesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List Media Services accounts in the resource group

Applies to