次の方法で共有


TableResourcesOperationsExtensions.GetTableAsync メソッド

定義

指定された名前の既存の Azure Cosmos DB データベース アカウントの下にあるテーブルを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.TableGetResultsInner> GetTableAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ITableResourcesOperations operations, string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default);
static member GetTableAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ITableResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.TableGetResultsInner>
<Extension()>
Public Function GetTableAsync (operations As ITableResourcesOperations, resourceGroupName As String, accountName As String, tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TableGetResultsInner)

パラメーター

operations
ITableResourcesOperations

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

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Cosmos DB データベース アカウント名。

tableName
String

Cosmos DB テーブル名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象