Dela via


ClustersOperationsExtensions.ListByWorkspaceNextAsync Metod

Definition

Hämtar information om kluster som är associerade med den angivna arbetsytan.

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

Parametrar

operations
IClustersOperations

Åtgärdsgruppen för den här tilläggsmetoden.

nextPageLink
String

NextLink från det tidigare lyckade anropet till liståtgärden.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för