Represents the result of an Azure operation over HTTP by wrapping the raw HTTP response from a request made to the service into a response of a specific type.
More...
#include <response.hpp>
template<class T>
class Azure::Response< T >
- Template Parameters
-
T | A specific type of value to get from the raw HTTP response. |
◆ Response()
- Parameters
-
value | The value returned by the service. |
rawResponse | The HTTP response returned by the service. |
The documentation for this class was generated from the following file: