MediaservicesOperationsExtensions.ListBySubscriptionNextAsync Method

Definition

List Media Services accounts

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.MediaService>> ListBySubscriptionNextAsync (this Microsoft.Azure.Management.Media.IMediaservicesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionNextAsync : Microsoft.Azure.Management.Media.IMediaservicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.MediaService>>
<Extension()>
Public Function ListBySubscriptionNextAsync (operations As IMediaservicesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List Media Services accounts in the subscription.

Applies to