ManagedIntegrationRuntimeOperationResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マネージド統合ランタイム操作の結果のプロパティ。
public class ManagedIntegrationRuntimeOperationResult
type ManagedIntegrationRuntimeOperationResult = class
Public Class ManagedIntegrationRuntimeOperationResult
- 継承
-
ManagedIntegrationRuntimeOperationResult
プロパティ
ActivityId |
操作要求のアクティビティ ID。 |
AdditionalProperties |
[追加のプロパティ] このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用します FromString(String)。 例 :
|
ErrorCode |
エラー コード。 |
ManagedIntegrationRuntimeOperationResultType |
操作の種類です。 開始または停止できます。 |
Parameters |
マネージド統合ランタイムのエラー パラメーター。 |
Result |
操作結果。 |
StartOn |
操作の開始時刻。 |