TransferManager.DownloadAsync メソッド

定義

オーバーロード

DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken)

Azure File Storage から Azure ファイルをダウンロードします。

DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext, CancellationToken)

Azure File Storage から Azure ファイルをダウンロードします。

DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken)

Azure Blob Storageから Azure BLOB をダウンロードします。

DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext, CancellationToken)

Azure Blob Storageから Azure BLOB をダウンロードします。

DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext)

Azure File Storage から Azure ファイルをダウンロードします。

DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext)

Azure File Storage から Azure ファイルをダウンロードします。

DownloadAsync(CloudFile, Stream)

Azure File Storage から Azure ファイルをダウンロードします。

DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext)

Azure Blob Storageから Azure BLOB をダウンロードします。

DownloadAsync(CloudFile, String)

Azure File Storage から Azure ファイルをダウンロードします。

DownloadAsync(CloudBlob, String)

Azure Blob Storageから Azure BLOB をダウンロードします。

DownloadAsync(CloudBlob, Stream)

Azure Blob Storageから Azure BLOB をダウンロードします。

DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext)

Azure Blob Storageから Azure BLOB をダウンロードします。

DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken)

Azure File Storage から Azure ファイルをダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destPath As String, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task

パラメーター

sourceFile
CloudFile

CloudFileソースの Azure ファイルである 。

destPath
String

コピー先ファイルへのパス。

options
DownloadOptions

DownloadOptions操作の追加オプションを指定する オブジェクト。

context
SingleTransferContext

現在の SingleTransferContext 操作のコンテキストを表す オブジェクト。

cancellationToken
CancellationToken

タスクの CancellationToken 完了を待機している間に観察するオブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext, CancellationToken)

Azure File Storage から Azure ファイルをダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, System.IO.Stream destStream, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * System.IO.Stream * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destStream As Stream, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task

パラメーター

sourceFile
CloudFile

CloudFileソースの Azure ファイルである 。

destStream
Stream

Stream宛先ストリームを表す オブジェクト。

options
DownloadOptions

DownloadOptions操作の追加オプションを指定する オブジェクト。

context
SingleTransferContext

現在の SingleTransferContext 操作のコンテキストを表す オブジェクト。

cancellationToken
CancellationToken

タスクの CancellationToken 完了を待機している間に観察するオブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken)

Azure Blob Storageから Azure BLOB をダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destPath As String, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task

パラメーター

sourceBlob
CloudBlob

CloudBlobソースの Azure BLOB である 。

destPath
String

コピー先ファイルへのパス。

options
DownloadOptions

DownloadOptions操作の追加オプションを指定する オブジェクト。

context
SingleTransferContext

現在の SingleTransferContext 操作のコンテキストを表す オブジェクト。

cancellationToken
CancellationToken

タスクの CancellationToken 完了を待機している間に観察するオブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext, CancellationToken)

Azure Blob Storageから Azure BLOB をダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, System.IO.Stream destStream, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * System.IO.Stream * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destStream As Stream, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task

パラメーター

sourceBlob
CloudBlob

CloudBlobソースの Azure BLOB である 。

destStream
Stream

Stream宛先ストリームを表す オブジェクト。

options
DownloadOptions

DownloadOptions操作の追加オプションを指定する オブジェクト。

context
SingleTransferContext

現在の SingleTransferContext 操作のコンテキストを表す オブジェクト。

cancellationToken
CancellationToken

タスクの CancellationToken 完了を待機している間に観察するオブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext)

Azure File Storage から Azure ファイルをダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destPath As String, options As DownloadOptions, context As SingleTransferContext) As Task

パラメーター

sourceFile
CloudFile

CloudFileソースの Azure ファイルである 。

destPath
String

コピー先ファイルへのパス。

options
DownloadOptions

DownloadOptions操作の追加オプションを指定する オブジェクト。

context
SingleTransferContext

現在の SingleTransferContext 操作のコンテキストを表す オブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext)

Azure File Storage から Azure ファイルをダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, System.IO.Stream destStream, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * System.IO.Stream * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destStream As Stream, options As DownloadOptions, context As SingleTransferContext) As Task

パラメーター

sourceFile
CloudFile

CloudFileソースの Azure ファイルである 。

destStream
Stream

Stream宛先ストリームを表す オブジェクト。

options
DownloadOptions

DownloadOptions操作の追加オプションを指定する オブジェクト。

context
SingleTransferContext

現在の SingleTransferContext 操作のコンテキストを表す オブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudFile, Stream)

Azure File Storage から Azure ファイルをダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, System.IO.Stream destStream);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * System.IO.Stream -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destStream As Stream) As Task

パラメーター

sourceFile
CloudFile

CloudFileソースの Azure ファイルである 。

destStream
Stream

Stream宛先ストリームを表す オブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext)

Azure Blob Storageから Azure BLOB をダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, System.IO.Stream destStream, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * System.IO.Stream * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destStream As Stream, options As DownloadOptions, context As SingleTransferContext) As Task

パラメーター

sourceBlob
CloudBlob

CloudBlobソースの Azure BLOB である 。

destStream
Stream

Stream宛先ストリームを表す オブジェクト。

options
DownloadOptions

DownloadOptions操作の追加オプションを指定する オブジェクト。

context
SingleTransferContext

現在の SingleTransferContext 操作のコンテキストを表す オブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudFile, String)

Azure File Storage から Azure ファイルをダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, string destPath);
static member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * string -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceFile As CloudFile, destPath As String) As Task

パラメーター

sourceFile
CloudFile

CloudFileソースの Azure ファイルである 。

destPath
String

コピー先ファイルへのパス。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudBlob, String)

Azure Blob Storageから Azure BLOB をダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, string destPath);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * string -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destPath As String) As Task

パラメーター

sourceBlob
CloudBlob

CloudBlobソースの Azure BLOB である 。

destPath
String

コピー先ファイルへのパス。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudBlob, Stream)

Azure Blob Storageから Azure BLOB をダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, System.IO.Stream destStream);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * System.IO.Stream -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destStream As Stream) As Task

パラメーター

sourceBlob
CloudBlob

CloudBlobソースの Azure BLOB である 。

destStream
Stream

Stream宛先ストリームを表す オブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象

DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext)

Azure Blob Storageから Azure BLOB をダウンロードします。

public static System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context);
static member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext -> System.Threading.Tasks.Task
Public Shared Function DownloadAsync (sourceBlob As CloudBlob, destPath As String, options As DownloadOptions, context As SingleTransferContext) As Task

パラメーター

sourceBlob
CloudBlob

CloudBlobソースの Azure BLOB である 。

destPath
String

コピー先ファイルへのパス。

options
DownloadOptions

DownloadOptions操作の追加オプションを指定する オブジェクト。

context
SingleTransferContext

現在の SingleTransferContext 操作のコンテキストを表す オブジェクト。

戻り値

非同期操作を表す Task オブジェクト。

適用対象