このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Get the current status of a copy operation on a blob.

Inputs

フィールド

種類

説明

copyId [required]

string

The ID of the copy operation. Can be retrieved as an output from the Copy blob action.

storageAccount [required]

string

The name of the storage account.

containerName [required]

string

The name of the container.

blobName [required]

string

The name of the blob to retrieve.

Outputs

フィールド

種類

説明

requestId

string

The request ID uniquely identifies the request with Azure. This can be used to troubleshoot the request.

copyId

string

Unique identifier for the copy request. Can be used with Get copy status to get the status of a copy request.

copyStatus

enum

The current status of the copy operation. Allowed enum values: pending,success,aborted,failed

copyStatusDescription

string

Additional information regarding the current copy status.