次の方法で共有


SynapseIntegrationRuntimeCollection クラス

定義

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

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

コンストラクター

SynapseIntegrationRuntimeCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SynapseIntegrationRuntimeData, String, CancellationToken)

統合ランタイムの作成

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}
  • 操作IdIntegrationRuntimes_Create
CreateOrUpdateAsync(WaitUntil, String, SynapseIntegrationRuntimeData, String, CancellationToken)

統合ランタイムの作成

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

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

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

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

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

統合ランタイムを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}
  • 操作IdIntegrationRuntimes_Get
GetAll(CancellationToken)

すべての統合ランタイムを一覧表示する

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

すべての統合ランタイムを一覧表示する

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

統合ランタイムを取得する

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SynapseIntegrationRuntimeResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SynapseIntegrationRuntimeResource>.GetEnumerator()

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

適用対象