Share via


IWithDuplicateMessageDetection.WithDuplicateMessageDetectionHistoryDuration Method

Definition

Specifies the duration of the duplicate message detection history.

public Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Update.IUpdate WithDuplicateMessageDetectionHistoryDuration (TimeSpan duration);
abstract member WithDuplicateMessageDetectionHistoryDuration : TimeSpan -> Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Update.IUpdate
Public Function WithDuplicateMessageDetectionHistoryDuration (duration As TimeSpan) As IUpdate

Parameters

duration
TimeSpan

Duration of the history.

Returns

Applies to