次の方法で共有


CassandraTableCollection クラス

定義

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

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

コンストラクター

CassandraTableCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CassandraTableCreateOrUpdateContent, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

サービスからこのリソースの詳細を取得しようとします。

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

サービスからこのリソースの詳細を取得しようとします。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CassandraTableResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CassandraTableResource>.GetEnumerator()

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

適用対象