TransactionalBatchResponse.GetOperationResultAtIndex<T>(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バッチ内の指定されたインデックスでの操作の結果を取得します。返される結果は、指定された型の Resource になります。
public virtual Microsoft.Azure.Cosmos.TransactionalBatchOperationResult<T> GetOperationResultAtIndex<T> (int index);
abstract member GetOperationResultAtIndex : int -> Microsoft.Azure.Cosmos.TransactionalBatchOperationResult<'T>
override this.GetOperationResultAtIndex : int -> Microsoft.Azure.Cosmos.TransactionalBatchOperationResult<'T>
Public Overridable Function GetOperationResultAtIndex(Of T) (index As Integer) As TransactionalBatchOperationResult(Of T)
型パラメーター
- T
操作結果の Resource を逆シリアル化する必要がある型 (存在する場合)。
パラメーター
- index
- Int32
結果を返す必要があるバッチ内の操作の 0 から始まるインデックス。
戻り値
指定した型に逆シリアル化されたリソースを含むバッチ操作の結果。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET