次の方法で共有


CosmosDBTableCollection クラス

定義

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

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

コンストラクター

CosmosDBTableCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CosmosDBTableCreateOrUpdateContent, CancellationToken)

Azure Cosmos DB テーブルを作成または更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}
  • 操作IdTableResources_CreateUpdateTable
CreateOrUpdateAsync(WaitUntil, String, CosmosDBTableCreateOrUpdateContent, CancellationToken)

Azure Cosmos DB テーブルを作成または更新する

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

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

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

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

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

指定された名前の既存の Azure Cosmos DB データベース アカウントの下にあるテーブルを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}
  • 操作IdTableResources_GetTable
GetAll(CancellationToken)

既存の Azure Cosmos DB データベース アカウントの下にあるテーブルを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables
  • 操作IdTableResources_ListTables
GetAllAsync(CancellationToken)

既存の Azure Cosmos DB データベース アカウントの下にあるテーブルを一覧表示します。

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

指定された名前の既存の Azure Cosmos DB データベース アカウントの下にあるテーブルを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}
  • 操作IdTableResources_GetTable
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}
  • 操作IdTableResources_GetTable
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CosmosDBTableResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CosmosDBTableResource>.GetEnumerator()

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

適用対象