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,
	Nullable<DateTimeOffset> snapshotTime,
	StorageCredentials credentials
)
 
public:
CloudPageBlob(
	Uri^ blobAbsoluteUri,
	Nullable<DateTimeOffset> snapshotTime,
	StorageCredentials^ credentials
)
 
new : 
        blobAbsoluteUri:Uri *
        snapshotTime:Nullable<DateTimeOffset> *
        credentials:StorageCredentials -> CloudPageBlob
 
Public Sub New (
	blobAbsoluteUri As Uri,
	snapshotTime As Nullable(Of DateTimeOffset),
	credentials As StorageCredentials
)
Return to top