CloudPageBlob Constructor (Uri, Nullable, StorageCredentials)
From 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.