次の方法で共有


CosmosDBLocationCollection.Get(AzureLocation, CancellationToken) メソッド

定義

既存の Cosmos DB の場所のプロパティを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}
  • 操作IdLocations_Get
public virtual Azure.Response<Azure.ResourceManager.CosmosDB.CosmosDBLocationResource> Get (Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CosmosDBLocationResource>
override this.Get : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CosmosDBLocationResource>
Public Overridable Function Get (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CosmosDBLocationResource)

パラメーター

location
AzureLocation

単語と各単語の間のスペースが大文字の Cosmos DB リージョン。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象