次の方法で共有


AS2ErrorSettings コンストラクター

定義

オーバーロード

AS2ErrorSettings()
AS2ErrorSettings(Boolean, Boolean)

AS2ErrorSettings()

public AS2ErrorSettings ();
Public Sub New ()

適用対象

AS2ErrorSettings(Boolean, Boolean)

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

パラメーター

suspendDuplicateMessage
Boolean
resendIfMdnNotReceived
Boolean

適用対象