Share via


ICosmosDBAccount.GetTableAsync(String, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.ITable> GetTableAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTableAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.ITable>
Public Function GetTableAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ITable)

Parameters

name
String

The name of Table Database.

cancellationToken
CancellationToken

Returns

The specific Table Database.

Applies to