Queue.DefinitionStages.WithDuplicateMessageDetection Interface
public static interface Queue.DefinitionStages.WithDuplicateMessageDetection
The stage of the queue definition allowing to specify duration of the duplicate message detection history.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration)
Specifies the duration of the duplicate message detection history. |
Method Details
withDuplicateMessageDetection
public abstract Queue.DefinitionStages.WithCreate withDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration)
Specifies the duration of the duplicate message detection history.
Parameters:
duplicateDetectionHistoryDuration
- duration of the history
Returns:
the next stage of queue definition
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java