Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

 
public CloudBlockBlob(
	StorageUri blobAbsoluteUri,
	Nullable<DateTimeOffset> snapshotTime,
	StorageCredentials credentials
)
 
public:
CloudBlockBlob(
	StorageUri^ blobAbsoluteUri,
	Nullable<DateTimeOffset> snapshotTime,
	StorageCredentials^ credentials
)
 
new : 
        blobAbsoluteUri:StorageUri *
        snapshotTime:Nullable<DateTimeOffset> *
        credentials:StorageCredentials -> CloudBlockBlob
 
Public Sub New (
	blobAbsoluteUri As StorageUri,
	snapshotTime As Nullable(Of DateTimeOffset),
	credentials As StorageCredentials
)
Return to top