OperationResponse 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.
Operation response base class
public abstract class OperationResponse
type OperationResponse = class
Public MustInherit Class OperationResponse
- Inheritance
-
OperationResponse
- Derived
Properties
Error |
Gets error thrown by the operation. |
Headers |
When overridden in a derived class, contains the HTTP response headers associated with a single operation. |
StatusCode |
When overridden in a derived class, gets or sets the HTTP response code associated with a single operation. |