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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET