StorageCredentials.TransformUri Method (StorageUri) (Microsoft.WindowsAzure.Storage.Auth)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
StorageCredentials.::..TransformUri Method (StorageUri)(StorageUri^)(StorageUri)(StorageUri)
Transforms a resource URI into a shared access signature URI, by appending a shared access token.
Namespace:
Microsoft.WindowsAzure.Storage.Auth
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- resourceUri
-
Type:
Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUri
A StorageUri object that represents the resource URI to be transformed.
Return Value
Type:
Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriA StorageUri object that represents the signature, including the resource URI and the shared access token.
Return to top
Transforms a resource URI into a shared access signature URI, by appending a shared access token.
Syntax
Parameters
- resourceUri
-
Type:
Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUri
A StorageUri object that represents the resource URI to be transformed.
Return Value
Type: Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUriA StorageUri object that represents the signature, including the resource URI and the shared access token.