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.

PREVIEWING: andrea.moscatelli/clarify-argocd-notifications-service