Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns the URI for the storage account endpoint at the specified location.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public Uri GetUri(
	StorageLocation location
)
 
public:
Uri^ GetUri(
	StorageLocation location
)
 
member GetUri : 
        location:StorageLocation -> Uri
 
Public Function GetUri (
	location As StorageLocation
) As Uri

Return Value

Type: System.UriSystem::Uri^System.UriSystem.Uri

The Uri for the endpoint at the the specified location.

Return to top