Share via


SqlInstancePoolOperationCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of operations performed on the instance pool.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to