C#
C++
F#
VB
CloudBlockBlob Constructor (Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri^, Nullable<DateTimeOffset>, StorageCredentials^)(Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri, 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(
Uri blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials credentials
)
C++
public:
CloudBlockBlob(
Uri^ blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials^ credentials
)
new :
blobAbsoluteUri:Uri *
snapshotTime:Nullable<DateTimeOffset> *
credentials:StorageCredentials -> CloudBlockBlob
Public Sub New ( blobAbsoluteUri As Uri, snapshotTime As Nullable(Of DateTimeOffset), credentials As StorageCredentials )
Parameters
- blobAbsoluteUri
-
Type:
System.UriSystem::Uri^System.UriSystem.Uri
A Uri specifying the absolute URI to the blob.
- 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.