Udostępnij za pośrednictwem


TableTransactionResult.GetResponseForEntity(String) Method

Definition

Gets the batch sub-response for the batch sub-request associated with the entity with the specified rowKey.

public Azure.Response GetResponseForEntity (string rowKey);
member this.GetResponseForEntity : string -> Azure.Response
Public Function GetResponseForEntity (rowKey As String) As Response

Parameters

rowKey
String

The RowKey value of the entity related to the batch sub-request.

Returns

Applies to