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

IWithDuplicateMessageDetection.WithDuplicateMessageDetection(TimeSpan) 方法

定义

指定重复消息检测历史记录的持续时间。

public Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithCreate WithDuplicateMessageDetection (TimeSpan duplicateDetectionHistoryDuration);
abstract member WithDuplicateMessageDetection : TimeSpan -> Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithCreate
Public Function WithDuplicateMessageDetection (duplicateDetectionHistoryDuration As TimeSpan) As IWithCreate

参数

duplicateDetectionHistoryDuration
TimeSpan

历史记录的持续时间。

返回

适用于