CloudPageBlob Constructor (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudPageBlob Constructor
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name Description 
CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri^, Nullable<DateTimeOffset>, StorageCredentials^)(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri, Nullable(Of DateTimeOffset), StorageCredentials) Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

CloudPageBlob(Uri)(Uri^)(Uri)(Uri) Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

CloudPageBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri^, Nullable<DateTimeOffset>, StorageCredentials^)(Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri, Nullable(Of DateTimeOffset), StorageCredentials) Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.

CloudPageBlob(Uri, StorageCredentials)(Uri^, StorageCredentials^)(Uri, StorageCredentials)(Uri, StorageCredentials) Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob.
Return to top
Overload List
| Name | Description | |
|---|---|---|
| CloudPageBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri^, Nullable<DateTimeOffset>, StorageCredentials^)(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri, Nullable(Of DateTimeOffset), StorageCredentials) | Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. | |
| CloudPageBlob(Uri)(Uri^)(Uri)(Uri) | Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. | |
| CloudPageBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri^, Nullable<DateTimeOffset>, StorageCredentials^)(Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri, Nullable(Of DateTimeOffset), StorageCredentials) | Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. | |
| CloudPageBlob(Uri, StorageCredentials)(Uri^, StorageCredentials^)(Uri, StorageCredentials)(Uri, StorageCredentials) | Initializes a new instance of the CloudPageBlob class using an absolute URI to the blob. |