Partager via


InstancePoolsOperationsExtensions.ListByResourceGroupNextAsync Méthode

Définition

Obtient la liste des pools instance dans le groupe de ressources

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

Paramètres

operations
IInstancePoolsOperations

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à