Partager via


DeploymentsOperationsExtensions.ListNext Méthode

Définition

Obtient les déploiements associés au compte Cognitive Services.

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

Paramètres

operations
IDeploymentsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à