共用方式為


InstancePoolsOperationsExtensions.ListAsync Method

Definition

Gets a list of all instance pools in the subscription.

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))

Parameters

operations
IInstancePoolsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to