TransferManager.DownloadAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- 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
パラメーター
- 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
パラメーター
- 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
パラメーター
- 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
パラメーター
- 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
パラメーター
- 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
パラメーター
戻り値
非同期操作を表す 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
パラメーター
- 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
パラメーター
- 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
パラメーター
- 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
パラメーター
戻り値
非同期操作を表す 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
パラメーター
- destPath
- String
コピー先ファイルへのパス。
- options
- DownloadOptions
DownloadOptions操作の追加オプションを指定する オブジェクト。
- context
- SingleTransferContext
現在の SingleTransferContext 操作のコンテキストを表す オブジェクト。
戻り値
非同期操作を表す Task オブジェクト。
適用対象
Azure SDK for .NET