CloudPageBlob Constructor (Uri, Nullable, StorageCredentials)

Windows Runtime Azure Storage Client Library

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)

Usage

Visual Basic
Dim blobAbsoluteUri As Uri
Dim snapshotTime As Nullable(Of DateTimeOffset)
Dim credentials As StorageCredentials

Dim instance As New CloudPageBlob(blobAbsoluteUri, snapshotTime, credentials)

Syntax

Visual Basic
Public Sub New ( _
	blobAbsoluteUri As Uri, _
	snapshotTime As Nullable(Of DateTimeOffset), _
	credentials As StorageCredentials _
)
C#
public CloudPageBlob (
	Uri blobAbsoluteUri,
	Nullable<DateTimeOffset> snapshotTime,
	StorageCredentials credentials
)
C++
public:
CloudPageBlob (
	Uri^ blobAbsoluteUri, 
	Nullable<DateTimeOffset> snapshotTime, 
	StorageCredentials^ credentials
)
J#
public CloudPageBlob (
	Uri blobAbsoluteUri, 
	Nullable<DateTimeOffset> snapshotTime, 
	StorageCredentials credentials
)
JScript
public function CloudPageBlob (
	blobAbsoluteUri : Uri, 
	snapshotTime : Nullable<DateTimeOffset>, 
	credentials : StorageCredentials
)

Parameters

blobAbsoluteUri

The absolute URI to the blob.

snapshotTime

A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.

credentials

A StorageCredentials object.

Remarks


Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also