次の方法で共有


LocationsOperationsExtensions.ListAsync メソッド

定義

Cosmos DB の場所とそのプロパティを一覧表示する

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

パラメーター

operations
ILocationsOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象