Partilhar via


CosmosDBLocationCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

location
AzureLocation

Cosmos DB region, with spaces between words and each word capitalized.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to