次の方法で共有


CosmosDBSqlDatabaseCollection クラス

定義

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

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

コンストラクター

CosmosDBSqlDatabaseCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CosmosDBSqlDatabaseCreateOrUpdateContent, CancellationToken)

Azure Cosmos DB SQL データベースを作成または更新する

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

Azure Cosmos DB SQL データベースを作成または更新する

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CosmosDBSqlDatabaseResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CosmosDBSqlDatabaseResource>.GetEnumerator()

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

適用対象