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

AS2ErrorSettings(Boolean, Boolean) 构造函数

定义

初始化 AS2ErrorSettings 的新实例。

public AS2ErrorSettings (bool suspendDuplicateMessage, bool resendIfMdnNotReceived);
new Azure.ResourceManager.Logic.Models.AS2ErrorSettings : bool * bool -> Azure.ResourceManager.Logic.Models.AS2ErrorSettings
Public Sub New (suspendDuplicateMessage As Boolean, resendIfMdnNotReceived As Boolean)

参数

suspendDuplicateMessage
Boolean

指示是否挂起重复消息的值。

resendIfMdnNotReceived
Boolean

指示如果未收到 MDN,则是否重新发送消息的值。

适用于