40 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:26
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:40
T Value
The value returned by the service.
Definition response.hpp:30
std::unique_ptr< Azure::Core::Http::RawResponse > RawResponse
The HTTP response returned by the service.
Definition response.hpp:32
HTTP request and response functionality.
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition azure_assert.hpp:57
Manages an optional contained value, i.e. a value that may or may not be present.