你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableServiceResource.GetTable(String, CancellationToken) 方法

定义

获取具有指定表名称的表(如果存在),该表位于指定的帐户下。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}
  • 操作IdTable_Get
public virtual Azure.Response<Azure.ResourceManager.Storage.TableResource> GetTable (string tableName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTable : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.TableResource>
override this.GetTable : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.TableResource>
Public Overridable Function GetTable (tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TableResource)

参数

tableName
String

表名称在存储帐户中必须唯一,并且必须介于 3 到 63 个字符之间。名称只能包含字母数字字符,不能以数字字符开头。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

tableName 是一个空字符串,预期为非空。

tableName 为 null。

适用于