Share via


storage_credentials::transform_uri Method

Transforms a resource URI into a shared access signature URI, by appending a shared access token.

web::http::uri transform_uri(
   const web::http::uri& resource_uri
) const;

Parameters

  • resource_uri
    A web::http::uri object that represents the resource URI to be transformed.

Return Value

A web::http::uri object that represents the signature, including the resource URI and the shared access token.

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

storage_credentials Class