次の方法で共有


LogicWorkflowTriggerHistoryCollection クラス

定義

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

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

コンストラクター

LogicWorkflowTriggerHistoryCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/historyes/{historyName}
  • 操作IdWorkflowTriggerHistories_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/historyes/{historyName}
  • 操作IdWorkflowTriggerHistories_Get
Get(String, CancellationToken)

ワークフロー トリガー履歴を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/historyes/{historyName}
  • 操作IdWorkflowTriggerHistories_Get
GetAll(Nullable<Int32>, String, CancellationToken)

ワークフロー トリガー履歴の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/履歴
  • 操作IdWorkflowTriggerHistories_List
GetAllAsync(Nullable<Int32>, String, CancellationToken)

ワークフロー トリガー履歴の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/履歴
  • 操作IdWorkflowTriggerHistories_List
GetAsync(String, CancellationToken)

ワークフロー トリガー履歴を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/historyes/{historyName}
  • 操作IdWorkflowTriggerHistories_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<LogicWorkflowTriggerHistoryResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<LogicWorkflowTriggerHistoryResource>.GetEnumerator()

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

適用対象