次の方法で共有


LogicWorkflowRunOperationCollection クラス

定義

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

public class LogicWorkflowRunOperationCollection : Azure.ResourceManager.ArmCollection
type LogicWorkflowRunOperationCollection = class
    inherit ArmCollection
Public Class LogicWorkflowRunOperationCollection
Inherits ArmCollection
継承
LogicWorkflowRunOperationCollection

コンストラクター

LogicWorkflowRunOperationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/operations/{operationId}
  • 操作IdWorkflowRunOperations_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/operations/{operationId}
  • 操作IdWorkflowRunOperations_Get
Get(String, CancellationToken)

実行の操作を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/operations/{operationId}
  • 操作IdWorkflowRunOperations_Get
GetAsync(String, CancellationToken)

実行の操作を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/operations/{operationId}
  • 操作IdWorkflowRunOperations_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象