次の方法で共有


OperationResult クラス

定義

操作の結果の定義。

public class OperationResult : Microsoft.Azure.Management.Logic.Models.OperationResultProperties
type OperationResult = class
    inherit OperationResultProperties
Public Class OperationResult
Inherits OperationResultProperties
継承

コンストラクター

OperationResult()

OperationResult クラスの新しいインスタンスを初期化します。

OperationResult(Nullable<DateTime>, Nullable<DateTime>, RunActionCorrelation, String, String, Object, String, Object, ContentLink, Object, ContentLink, Object, IList<RetryHistory>, Nullable<Int32>)

OperationResult クラスの新しいインスタンスを初期化します。

プロパティ

Code

ワークフロー スコープの繰り返しコードを取得または設定します。

(継承元 OperationResultProperties)
Correlation

関連付けのプロパティを取得または設定します。

(継承元 OperationResultProperties)
EndTime

ワークフロー スコープの繰り返しの終了時刻を取得または設定します。

(継承元 OperationResultProperties)
Error

操作の結果の定義。

(継承元 OperationResultProperties)
Inputs

入力を取得します。

InputsLink

入力へのリンクを取得します。

IterationCount

操作の結果の定義。

Outputs

出力を取得します。

OutputsLink

出力へのリンクを取得します。

RetryHistory

再試行履歴を取得します。

StartTime

ワークフロー スコープの繰り返しの開始時刻を取得または設定します。

(継承元 OperationResultProperties)
Status

ワークフロー スコープの繰り返しの状態を取得または設定します。 使用可能な値には、'NotSpecified'、'Paused'、'Running'、'Waiting'、'Succeeded'、'Skipped'、'Suspended'、'Cancelled'、'Failed'、'Faulted'、'TimedOut'、'Aborted'、'Ignored' などがあります。

(継承元 OperationResultProperties)
TrackedProperties

追跡対象のプロパティを取得します。

TrackingId

追跡 ID を取得します。

適用対象