OperationResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作の結果の定義。
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 を取得します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET