次の方法で共有


CassandraViewGetResultCollection クラス

定義

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

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

コンストラクター

CassandraViewGetResultCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CassandraViewGetResultCreateOrUpdateContent, CancellationToken)

Azure Cosmos DB Cassandra ビューを作成または更新する

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • 操作IdCassandraResources_CreateUpdateCassandraView
CreateOrUpdateAsync(WaitUntil, String, CassandraViewGetResultCreateOrUpdateContent, CancellationToken)

Azure Cosmos DB Cassandra ビューを作成または更新する

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • 操作IdCassandraResources_CreateUpdateCassandraView
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • 操作IdCassandraResources_GetCassandraView
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • 操作IdCassandraResources_GetCassandraView
Get(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • 操作IdCassandraResources_GetCassandraView
GetAll(CancellationToken)

既存の Azure Cosmos DB データベース アカウントの下にある Cassandra 具体化されたビューを一覧表示します。

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

既存の Azure Cosmos DB データベース アカウントの下にある Cassandra 具体化されたビューを一覧表示します。

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

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • 操作IdCassandraResources_GetCassandraView
GetIfExists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • 操作IdCassandraResources_GetCassandraView
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • 操作IdCassandraResources_GetCassandraView
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CassandraViewGetResultResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CassandraViewGetResultResource>.GetEnumerator()

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

適用対象