StorageCredentials.TransformUri Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TransformUri(StorageUri) |
Transforms a resource URI into a shared access signature URI, by appending a shared access token. |
TransformUri(Uri) |
Transforms a resource URI into a shared access signature URI, by appending a shared access token. |
TransformUri(StorageUri)
Transforms a resource URI into a shared access signature URI, by appending a shared access token.
public Microsoft.Azure.Storage.StorageUri TransformUri (Microsoft.Azure.Storage.StorageUri resourceUri);
member this.TransformUri : Microsoft.Azure.Storage.StorageUri -> Microsoft.Azure.Storage.StorageUri
Public Function TransformUri (resourceUri As StorageUri) As StorageUri
Parameters
- resourceUri
- StorageUri
A StorageUri object that represents the resource URI to be transformed.
Returns
A StorageUri object that represents the signature, including the resource URI and the shared access token.
Applies to
TransformUri(Uri)
Transforms a resource URI into a shared access signature URI, by appending a shared access token.
public Uri TransformUri (Uri resourceUri);
member this.TransformUri : Uri -> Uri
Public Function TransformUri (resourceUri As Uri) As Uri
Parameters
Returns
A Uri object that represents the signature, including the resource URI and the shared access token.
Applies to
Azure SDK for .NET