| Name | Description |
---|
  | DownloadAsync(CloudBlob, Stream) |
Download an Azure blob from Azure Blob Storage.
|
  | DownloadAsync(CloudBlob, String) |
Download an Azure blob from Azure Blob Storage.
|
  | DownloadAsync(CloudFile, Stream) |
Download an Azure file from Azure File Storage.
|
  | DownloadAsync(CloudFile, String) |
Download an Azure file from Azure File Storage.
|
  | DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext) |
Download an Azure blob from Azure Blob Storage.
|
  | DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext) |
Download an Azure blob from Azure Blob Storage.
|
  | DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext) |
Download an Azure file from Azure File Storage.
|
  | DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext) |
Download an Azure file from Azure File Storage.
|
  | DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext, CancellationToken) |
Download an Azure blob from Azure Blob Storage.
|
  | DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken) |
Download an Azure blob from Azure Blob Storage.
|
  | DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext, CancellationToken) |
Download an Azure file from Azure File Storage.
|
  | DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken) |
Download an Azure file from Azure File Storage.
|