Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initializes a new instance of the CloudFile class using an absolute URI to the file.

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

Syntax

 
public CloudFile(
	Uri fileAbsoluteUri
)
 
public:
CloudFile(
	Uri^ fileAbsoluteUri
)
 
new : 
        fileAbsoluteUri:Uri -> CloudFile
 
Public Sub New (
	fileAbsoluteUri As Uri
)

Parameters

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

The absolute URI to the file.

Return to top