C#
C++
F#
VB
CloudBlockBlob Constructor (StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri^, Nullable<DateTimeOffset>, StorageCredentials^)(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri, Nullable(Of DateTimeOffset), StorageCredentials)
Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public CloudBlockBlob(
StorageUri blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials credentials
)
C++
public:
CloudBlockBlob(
StorageUri^ blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials^ credentials
)
new :
blobAbsoluteUri:StorageUri *
snapshotTime:Nullable<DateTimeOffset> *
credentials:StorageCredentials -> CloudBlockBlob
Public Sub New ( blobAbsoluteUri As StorageUri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials )
Parameters
- blobAbsoluteUri
-
Type:
Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage::StorageUri^Microsoft.WindowsAzure.Storage.StorageUriMicrosoft.WindowsAzure.Storage.StorageUri
A Referenced topic '2e29076b-65ec-4dde-bb38-d0363656799e' is not in the TOC. containing the absolute URI to the blob at both the primary and secondary locations.
- snapshotTime
-
Type:
System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.