次の方法で共有


SqlDatabaseCollection クラス

定義

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

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

コンストラクター

SqlDatabaseCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SqlDatabaseData, CancellationToken)

新しいデータベースを作成するか、既存のデータベースを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SqlDatabaseData, CancellationToken)

新しいデータベースを作成するか、既存のデータベースを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_CreateOrUpdate
Exists(String, String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_Get
ExistsAsync(String, String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_Get
Get(String, String, String, CancellationToken)

データベースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_Get
GetAll(String, CancellationToken)

データベースの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases
  • 操作IdDatabases_ListByServer
GetAllAsync(String, CancellationToken)

データベースの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases
  • 操作IdDatabases_ListByServer
GetAsync(String, String, String, CancellationToken)

データベースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_Get
GetIfExists(String, String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_Get
GetIfExistsAsync(String, String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}
  • 操作IdDatabases_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SqlDatabaseResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SqlDatabaseResource>.GetEnumerator()

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

適用対象