Azure Blob

Get copy status

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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

Inputs

Champ

Type

Description

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

Champ

Type

Description

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.