Namespace:
Microsoft.WindowsAzure.Storage.BlobAssembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
| Name | Description |
---|
| CloudAppendBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri^, Nullable<DateTimeOffset>, StorageCredentials^)(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)(StorageUri, Nullable(Of DateTimeOffset), StorageCredentials) |
Initializes a new instance of the CloudAppendBlob class using an absolute URI to the blob.
|
| CloudAppendBlob(Uri)(Uri^)(Uri)(Uri) |
Initializes a new instance of the CloudAppendBlob class using an absolute URI to the blob.
|
| CloudAppendBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri^, Nullable<DateTimeOffset>, StorageCredentials^)(Uri, Nullable<DateTimeOffset>, StorageCredentials)(Uri, Nullable(Of DateTimeOffset), StorageCredentials) |
Initializes a new instance of the CloudAppendBlob class using an absolute URI to the blob.
|
| CloudAppendBlob(Uri, StorageCredentials)(Uri^, StorageCredentials^)(Uri, StorageCredentials)(Uri, StorageCredentials) |
Initializes a new instance of the CloudAppendBlob class using an absolute URI to the blob.
|
Return to top