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,
	StorageCredentials credentials
)
 
public:
CloudFile(
	Uri^ fileAbsoluteUri,
	StorageCredentials^ credentials
)
 
new : 
        fileAbsoluteUri:Uri *
        credentials:StorageCredentials -> CloudFile
 
Public Sub New (
	fileAbsoluteUri As Uri,
	credentials As StorageCredentials
)
Return to top