Freigeben über


AssetsOperationsExtensions.ListNextAsync Methode

Definition

Auflisten von Ressourcen

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

Parameter

operations
IAssetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Auflisten von Ressourcen im Media Services-Konto mit optionaler Filterung und Reihenfolge

Gilt für: