MockableCosmosDBSubscriptionResource.GetCosmosDBThroughputPoolsAsync Method

Definition

Lists all the Azure Cosmos DB Throughput Pools available under the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/throughputPools
  • Operation Id: ThroughputPools_List
  • Default Api Version: 2024-05-15-preview
  • Resource: CosmosDBThroughputPoolResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CosmosDBThroughputPoolResource> GetCosmosDBThroughputPoolsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCosmosDBThroughputPoolsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CosmosDBThroughputPoolResource>
override this.GetCosmosDBThroughputPoolsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CosmosDBThroughputPoolResource>
Public Overridable Function GetCosmosDBThroughputPoolsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CosmosDBThroughputPoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to