ManagedIntegrationRuntimeOperationResult 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
ManagedIntegrationRuntimeOperationResult() |
Initializes a new instance of the ManagedIntegrationRuntimeOperationResult class. |
ManagedIntegrationRuntimeOperationResult(IDictionary<String,Object>, String, Nullable<DateTime>, String, String, IList<String>, String) |
Initializes a new instance of the ManagedIntegrationRuntimeOperationResult class. |
ManagedIntegrationRuntimeOperationResult()
Initializes a new instance of the ManagedIntegrationRuntimeOperationResult class.
public ManagedIntegrationRuntimeOperationResult ();
Public Sub New ()
Applies to
ManagedIntegrationRuntimeOperationResult(IDictionary<String,Object>, String, Nullable<DateTime>, String, String, IList<String>, String)
Initializes a new instance of the ManagedIntegrationRuntimeOperationResult class.
public ManagedIntegrationRuntimeOperationResult (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string type = default, DateTime? startTime = default, string result = default, string errorCode = default, System.Collections.Generic.IList<string> parameters = default, string activityId = default);
new Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<DateTime> * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Synapse.Models.ManagedIntegrationRuntimeOperationResult
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional type As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional result As String = Nothing, Optional errorCode As String = Nothing, Optional parameters As IList(Of String) = Nothing, Optional activityId As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- type
- String
The operation type. Could be start or stop.
- result
- String
The operation result.
- errorCode
- String
The error code.
- activityId
- String
The activity id for the operation request.
Applies to
Azure SDK for .NET