次の方法で共有


LocationsOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.LocationGetResult> GetAsync (this Microsoft.Azure.Management.CosmosDB.ILocationsOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.CosmosDB.ILocationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Models.LocationGetResult>
<Extension()>
Public Function GetAsync (operations As ILocationsOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LocationGetResult)

パラメーター

operations
ILocationsOperations

この拡張メソッドの操作グループ。

location
String

Cosmos DB リージョン。単語と各単語の間にスペースが大文字で表示されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象