次の方法で共有


SynapseDatabaseCollection クラス

定義

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

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

コンストラクター

SynapseDatabaseCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SynapseDatabaseData, CancellationToken)

データベースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}
  • 操作IdKustoPoolDatabases_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SynapseDatabaseData, CancellationToken)

データベースを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}
  • 操作IdKustoPoolDatabases_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}
  • 操作IdKustoPoolDatabases_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}
  • 操作IdKustoPoolDatabases_Get
Get(String, CancellationToken)

データベースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}
  • 操作IdKustoPoolDatabases_Get
GetAll(CancellationToken)

指定された Kusto プールのデータベースの一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases
  • 操作IdKustoPoolDatabases_ListByKustoPool
GetAllAsync(CancellationToken)

指定された Kusto プールのデータベースの一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases
  • 操作IdKustoPoolDatabases_ListByKustoPool
GetAsync(String, CancellationToken)

データベースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}
  • 操作IdKustoPoolDatabases_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SynapseDatabaseResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SynapseDatabaseResource>.GetEnumerator()

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

適用対象