Initializes a new instance of the
CloudBlockBlob 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 instance As New CloudBlockBlob(blobAbsoluteUri) |
Syntax
| Visual Basic |
|---|
Public Sub New ( _
blobAbsoluteUri As Uri _
) |
| C# |
|---|
public CloudBlockBlob (
Uri blobAbsoluteUri
) |
| C++ |
|---|
public:
CloudBlockBlob (
Uri^ blobAbsoluteUri
) |
| J# |
|---|
public CloudBlockBlob (
Uri blobAbsoluteUri
) |
| JScript |
|---|
public function CloudBlockBlob (
blobAbsoluteUri : Uri
) |
Parameters
- blobAbsoluteUri
A Uri specifying the absolute URI to the blob.
Remarks
Platforms
See Also