TransactionalBatchResponse.GetOperationResultAtIndex<T>(Int32) メソッド

定義

バッチ内の指定されたインデックスでの操作の結果を取得します。返される結果は、指定された型の 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 から始まるインデックス。

戻り値

指定した型に逆シリアル化されたリソースを含むバッチ操作の結果。

適用対象