Azure Queue Storage

Update message

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

Update the content or visibility timeout of a message.

Inputs

フィールド

種類

説明

storageAccount [required]

string

queueName [required]

string

messageId [required]

string

popReceipt [required]

string

A valid pop receipt returned from an earlier call to get message or update message operations.

message

string

The new content of the message. If this parameter is not provided, then the content of the message won't be updated.

visibilityTimeout

number

The visibility timeout value, in seconds. The value must be larger than or equal to 0, and cannot be larger than 7 days. Defaults to 0.

Outputs

フィールド

種類

説明

popReceipt

string

nextVisibleOn

date-time

The time that the message will again become visible in the queue.