C#
C++
F#
VB
CloudBlockBlob Constructor
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name | Description | |
---|---|---|
CloudBlockBlob(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. | |
CloudBlockBlob(Uri)(Uri^)(Uri)(Uri) | Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob. | |
CloudBlockBlob(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. | |
CloudBlockBlob(Uri, StorageCredentials)(Uri^, StorageCredentials^)(Uri, StorageCredentials)(Uri, StorageCredentials) | Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob. |