Azure Namespace Reference
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512. More...
Classes
| class |
Manages date and time in standardized string formats. More... |
| class |
Represents an HTTP validator. More... |
| struct |
Specifies HTTP options for conditional requests. More... |
| struct |
Specifies HTTP options for conditional requests based on modification time. More... |
| class |
Manages an optional contained value, i.e. a value that may or may not be present. More... |
| class |
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... |
Functions
| bool |
operator== (DateTime const &dt, std::chrono::system_clock::time_point const &tp) Compare a DateTime object with a std::chrono::system_clock::time_point object. |
| bool |
operator< (DateTime const &dt, std::chrono::system_clock::time_point const &tp) Compare a DateTime object with a std::chrono::system_clock::time_point object. |
| bool |
operator<= (DateTime const &dt, std::chrono::system_clock::time_point const &tp) Compare a DateTime object with a std::chrono::system_clock::time_point object. |
| bool |
operator!= (DateTime const &dt, std::chrono::system_clock::time_point const &tp) Compare a DateTime object with a std::chrono::system_clock::time_point object. |
| bool |
operator> (DateTime const &dt, std::chrono::system_clock::time_point const &tp) Compare a DateTime object with a std::chrono::system_clock::time_point object. |
| bool |
operator>= (DateTime const &dt, std::chrono::system_clock::time_point const &tp) Compare a DateTime object with a std::chrono::system_clock::time_point object. |
| bool |
operator== (std::chrono::system_clock::time_point const &tp, DateTime const &dt) Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object. |
| bool |
operator!= (std::chrono::system_clock::time_point const &tp, DateTime const &dt) Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object. |
| bool |
operator< (std::chrono::system_clock::time_point const &tp, DateTime const &dt) Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object. |
| bool |
operator<= (std::chrono::system_clock::time_point const &tp, DateTime const &dt) Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object. |
| bool |
operator> (std::chrono::system_clock::time_point const &tp, DateTime const &dt) Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object. |
| bool |
operator>= (std::chrono::system_clock::time_point const &tp, DateTime const &dt) Compare a std::chrono::system_clock::time_point object with an Azure::DateTime object. |
Detailed Description
Helper classes to enable service client distributed tracing implementations.