ManagedIntegrationRuntimeError Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ManagedIntegrationRuntimeError() |
Initializes a new instance of the ManagedIntegrationRuntimeError class. |
ManagedIntegrationRuntimeError(IDictionary<String,Object>, Nullable<DateTime>, String, IList<String>, String) |
Initializes a new instance of the ManagedIntegrationRuntimeError class. |
ManagedIntegrationRuntimeError()
Initializes a new instance of the ManagedIntegrationRuntimeError class.
public ManagedIntegrationRuntimeError ();
Public Sub New ()
Applies to
ManagedIntegrationRuntimeError(IDictionary<String,Object>, Nullable<DateTime>, String, IList<String>, String)
Initializes a new instance of the ManagedIntegrationRuntimeError class.
public ManagedIntegrationRuntimeError (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? time = default, string code = default, System.Collections.Generic.IList<string> parameters = default, string message = default);
new Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeError
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional time As Nullable(Of DateTime) = Nothing, Optional code As String = Nothing, Optional parameters As IList(Of String) = Nothing, Optional message As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- code
- String
Error code.
- message
- String
Error message.
Applies to
Azure SDK for .NET