次の方法で共有


CassandraKeyspaceCollection クラス

定義

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

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

コンストラクター

CassandraKeyspaceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CassandraKeyspaceCreateOrUpdateContent, CancellationToken)

Azure Cosmos DB Cassandra キースペースを作成または更新する

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

Azure Cosmos DB Cassandra キースペースを作成または更新する

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CassandraKeyspaceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CassandraKeyspaceResource>.GetEnumerator()

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

適用対象