Response<T> 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 of Azure operation.
public abstract class Response<T>
type Response<'T> = class
Public MustInherit Class Response(Of T)
Type Parameters
- T
The type of returned value.
- Inheritance
-
System.ObjectResponse<T>
- Derived
Constructors
Response<T>() |
Properties
Value |
Gets the value returned by the service. |
Methods
GetRawResponse() |
Returns the HTTP response returned by the service. |
ToString() |
Returns a string that represents the current object. |
Operators
Implicit(Response<T> to T) |
Returns the value of this Response<T> object. |