CloudPageBlob Constructor (Uri, 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 credentials As StorageCredentials

Dim instance As New CloudPageBlob(blobAbsoluteUri, credentials)

Syntax

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

Parameters

blobAbsoluteUri

The absolute URI to the blob.

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