Freigeben über


InstancePoolsOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste aller instance Pools im Abonnement ab.

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

Parameter

operations
IInstancePoolsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: