次の方法で共有


TableServiceResource.GetTable(String, CancellationToken) メソッド

定義

指定したテーブル名を持つテーブルが存在する場合は、指定したアカウントの下にあるテーブルを取得します。

  • 要求パス/サブスクリプション/{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 です。

適用対象