SynapseSqlPoolSchemaCollection クラス

定義

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

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

コンストラクター

SynapseSqlPoolSchemaCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}
  • 操作IdSqlPoolSchemas_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}
  • 操作IdSqlPoolSchemas_Get
Get(String, CancellationToken)

Sql プール スキーマを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}
  • 操作IdSqlPoolSchemas_Get
GetAll(String, CancellationToken)

特定の SQL プールのスキーマを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas
  • 操作IdSqlPoolSchemas_List
GetAllAsync(String, CancellationToken)

特定の SQL プールのスキーマを取得します。

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

Sql プール スキーマを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas/{schemaName}
  • 操作IdSqlPoolSchemas_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SynapseSqlPoolSchemaResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SynapseSqlPoolSchemaResource>.GetEnumerator()

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

適用対象