Partager via


InstancePoolsOperationsExtensions.ListAsync Méthode

Définition

Obtient la liste de tous les pools instance dans l’abonnement.

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

Paramètres

operations
IInstancePoolsOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à