StorageCredentials.TransformUri Method

Definition

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

resourceUri
Uri

A Uri object that represents the resource URI to be transformed.

Returns

Uri

A Uri object that represents the signature, including the resource URI and the shared access token.

Applies to