TransactionalBatchOperationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a result for a specific operation that was part of a TransactionalBatch request.
public class TransactionalBatchOperationResult
type TransactionalBatchOperationResult = class
Public Class TransactionalBatchOperationResult
- Inheritance
-
TransactionalBatchOperationResult
- Derived
Constructors
TransactionalBatchOperationResult() |
Initializes a new instance of the TransactionalBatchOperationResult class. |
Properties
ETag |
Gets the entity tag associated with the resource. |
IsSuccessStatusCode |
Gets a value indicating whether the current operation completed successfully. |
ResourceStream |
Gets the content of the resource. |
RetryAfter |
In case the operation is rate limited, indicates the time post which a retry can be attempted. |
StatusCode |
Gets the completion status of the operation. |
Applies to
Azure SDK for .NET