|
Microsoft Azure Storage Client Library for C++
7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
|
Contains the URIs for both the primary and secondary locations of a Windows Azure Storage resource. More...
Public Member Functions | |
| storage_uri () | |
| Initializes a new instance of the azure::storage::storage_uri class. More... | |
| WASTORAGE_API | storage_uri (web::http::uri primary_uri) |
| Initializes a new instance of the azure::storage::storage_uri class using the primary endpoint. More... | |
| WASTORAGE_API | storage_uri (web::http::uri primary_uri, web::http::uri secondary_uri) |
| Initializes a new instance of the azure::storage::storage_uri class using the primary endpoint. More... | |
| const web::http::uri & | primary_uri () const |
| Gets the primary endpoint. More... | |
| const web::http::uri & | secondary_uri () const |
| Gets the secondary endpoint. More... | |
| const utility::string_t & | path () const |
| Gets the path portion of the primary endpoint. More... | |
| const web::http::uri & | get_location_uri (storage_location location) |
| Gets the endpoint for a specified location. More... | |
Contains the URIs for both the primary and secondary locations of a Windows Azure Storage resource.
|
inline |
Initializes a new instance of the azure::storage::storage_uri class.
| WASTORAGE_API azure::storage::storage_uri::storage_uri | ( | web::http::uri | primary_uri | ) |
Initializes a new instance of the azure::storage::storage_uri class using the primary endpoint.
| primary_uri | The endpoint for the primary location. |
| WASTORAGE_API azure::storage::storage_uri::storage_uri | ( | web::http::uri | primary_uri, |
| web::http::uri | secondary_uri | ||
| ) |
Initializes a new instance of the azure::storage::storage_uri class using the primary endpoint.
| primary_uri | The endpoint for the primary location. |
| secondary_uri | The endpoint for the secondary location. |
|
inline |
Gets the endpoint for a specified location.
| location | An azure::storage::storage_location object. |
|
inline |
Gets the path portion of the primary endpoint.
|
inline |
Gets the primary endpoint.
|
inline |
Gets the secondary endpoint.
1.8.15