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
See Also