CosmosDBAccountImpl.ICosmosDBAccount.GetTableAsync Method

Definition

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

Parameters

databaseName
String
cancellationToken
CancellationToken

Returns

Implements

Applies to