Partager via


ClustersOperationsExtensions.ListByWorkspaceNext Méthode

Définition

Obtient des informations sur les clusters associés à l’espace de travail donné.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Cluster> ListByWorkspaceNext (this Microsoft.Azure.Management.BatchAI.IClustersOperations operations, string nextPageLink);
static member ListByWorkspaceNext : Microsoft.Azure.Management.BatchAI.IClustersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Cluster>
<Extension()>
Public Function ListByWorkspaceNext (operations As IClustersOperations, nextPageLink As String) As IPage(Of Cluster)

Paramètres

operations
IClustersOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à