Freigeben über


DeploymentsOperationsExtensions.ListNextAsync Methode

Definition

Ruft die Bereitstellungen ab, die dem Cognitive Services-Konto zugeordnet sind.

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

Parameter

operations
IDeploymentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: