Share via


MockableSqlSubscriptionResource.GetInstancePoolsAsync Method

Definition

Gets a list of all instance pools in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/instancePools
  • Operation Id: InstancePools_List
  • Default Api Version: 2023-05-01-preview
  • Resource: InstancePoolResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.InstancePoolResource> GetInstancePoolsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetInstancePoolsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.InstancePoolResource>
override this.GetInstancePoolsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.InstancePoolResource>
Public Overridable Function GetInstancePoolsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of InstancePoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of InstancePoolResource that may take multiple service requests to iterate over.

Applies to