ArmDataFactoryModelFactory.ManagedIntegrationRuntimeError Method
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.
Initializes a new instance of ManagedIntegrationRuntimeError.
public static Azure.ResourceManager.DataFactory.Models.ManagedIntegrationRuntimeError ManagedIntegrationRuntimeError (DateTimeOffset? time = default, string code = default, System.Collections.Generic.IEnumerable<string> parameters = default, string message = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalProperties = default);
static member ManagedIntegrationRuntimeError : Nullable<DateTimeOffset> * string * seq<string> * string * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> -> Azure.ResourceManager.DataFactory.Models.ManagedIntegrationRuntimeError
Public Shared Function ManagedIntegrationRuntimeError (Optional time As Nullable(Of DateTimeOffset) = Nothing, Optional code As String = Nothing, Optional parameters As IEnumerable(Of String) = Nothing, Optional message As String = Nothing, Optional additionalProperties As IReadOnlyDictionary(Of String, BinaryData) = Nothing) As ManagedIntegrationRuntimeError
Parameters
- time
- Nullable<DateTimeOffset>
The time when the error occurred.
- code
- String
Error code.
- parameters
- IEnumerable<String>
Managed integration runtime error parameters.
- message
- String
Error message.
- additionalProperties
- IReadOnlyDictionary<String,BinaryData>
Additional Properties.
Returns
A new ManagedIntegrationRuntimeError instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET