次の方法で共有


TableCollection クラス

定義

のコレクション TableResource とその操作を表すクラス。 コレクション内の各 TableResource は、 の同じインスタンス TableServiceResourceに属します。 インスタンスを TableCollection 取得するには、 のインスタンスから GetTables メソッドを TableServiceResource呼び出します。

public class TableCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Storage.TableResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Storage.TableResource>
type TableCollection = class
    inherit ArmCollection
    interface seq<TableResource>
    interface IEnumerable
    interface IAsyncEnumerable<TableResource>
Public Class TableCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of TableResource), IEnumerable(Of TableResource)
継承
TableCollection
実装

コンストラクター

TableCollection()

モック作成のために クラスの TableCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, TableData, CancellationToken)

指定したアカウントの下に、指定したテーブル名を持つ新しいテーブルを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}
  • 操作IdTable_Create
CreateOrUpdateAsync(WaitUntil, String, TableData, CancellationToken)

指定したアカウントの下に、指定したテーブル名を持つ新しいテーブルを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}
  • 操作IdTable_Create
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}
  • 操作IdTable_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}
  • 操作IdTable_Get
Get(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}
  • 操作IdTable_Get
GetAll(CancellationToken)

指定したストレージ アカウントのすべてのテーブルの一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables
  • 操作IdTable_List
GetAllAsync(CancellationToken)

指定したストレージ アカウントのすべてのテーブルの一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables
  • 操作IdTable_List
GetAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}
  • 操作IdTable_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<TableResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<TableResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象