Go to the documentation of this file.
39 explicit Response(T value, std::unique_ptr<Azure::Core::Http::RawResponse> rawResponse)
Represents the result of an Azure operation over HTTP by wrapping the raw HTTP response from a reques...
Definition: response.hpp:25
std::unique_ptr< Azure::Core::Http::RawResponse > RawResponse
The HTTP response returned by the service.
Definition: response.hpp:31
T Value
The value returned by the service.
Definition: response.hpp:29
Azure SDK abstractions.
Definition: azure_assert.hpp:55
HTTP request and response functionality.
Manages an optional contained value, i.e. a value that may or may not be present.
Response(T value, std::unique_ptr< Azure::Core::Http::RawResponse > rawResponse)
Constructs a Response with the value and raw response returned by the service.
Definition: response.hpp:39