Bagikan melalui


CosmosDBLocationCollection.GetAll(CancellationToken) Method

Definition

List Cosmos DB locations and their properties

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of CosmosDBLocationResource that may take multiple service requests to iterate over.

Applies to