你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueue Interface

public static interface Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueue

The stage of the queue definition allowing to specify whether expired message can be moved to secondary dead-letter queue.

Method Summary

Modifier and Type Method and Description
abstract Update withExpiredMessageMovedToDeadLetterQueue()

Specifies that expired message must be moved to dead-letter queue.

abstract Update withoutExpiredMessageMovedToDeadLetterQueue()

Specifies that expired message should not be moved to dead-letter queue.

Method Details

withExpiredMessageMovedToDeadLetterQueue

public abstract Queue.Update withExpiredMessageMovedToDeadLetterQueue()

Specifies that expired message must be moved to dead-letter queue.

Returns:

the next stage of queue update

withoutExpiredMessageMovedToDeadLetterQueue

public abstract Queue.Update withoutExpiredMessageMovedToDeadLetterQueue()

Specifies that expired message should not be moved to dead-letter queue.

Returns:

the next stage of queue update

Applies to