Partager via


ICosmosDBAccount.GetTableAsync(String, CancellationToken) Méthode

Définition

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)

Paramètres

name
String

Nom de la base de données de table.

cancellationToken
CancellationToken

Retours

Base de données table spécifique.

S’applique à