Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

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

Syntax

 
public CloudPageBlob(
	Uri blobAbsoluteUri
)
 
public:
CloudPageBlob(
	Uri^ blobAbsoluteUri
)
 
new : 
        blobAbsoluteUri:Uri -> CloudPageBlob
 
Public Sub New (
	blobAbsoluteUri As Uri
)

Parameters

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

The absolute URI to the blob.

Return to top