Share via


AssetFiltersOperationsExtensions.ListNextAsync Method

Definition

List Asset Filters

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.AssetFilter>> ListNextAsync (this Microsoft.Azure.Management.Media.IAssetFiltersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Media.IAssetFiltersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Media.Models.AssetFilter>>
<Extension()>
Public Function ListNextAsync (operations As IAssetFiltersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AssetFilter))

Parameters

operations
IAssetFiltersOperations

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 Asset Filters associated with the specified Asset.

Applies to