C#
C++
F#
VB
CloudBlob Constructor (StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri^, Nullable<DateTimeOffset>, StorageCredentials^)(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri, Nullable(Of DateTimeOffset), StorageCredentials)
Initializes a new instance of the CloudBlob class using an absolute URI to the blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public CloudBlob(
StorageUri blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials credentials
)
C++
public:
CloudBlob(
StorageUri^ blobAbsoluteUri,
Nullable<DateTimeOffset> snapshotTime,
StorageCredentials^ credentials
)
new :
blobAbsoluteUri:StorageUri *
snapshotTime:Nullable<DateTimeOffset> *
credentials:StorageCredentials -> CloudBlob
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 StorageUriStorageUriStorageUriStorageUri 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.