ArmSynapseModelFactory.SynapseManagedIntegrationRuntimeError 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 SynapseManagedIntegrationRuntimeError.
public static Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeError SynapseManagedIntegrationRuntimeError (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 SynapseManagedIntegrationRuntimeError : Nullable<DateTimeOffset> * string * seq<string> * string * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> -> Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeError
Public Shared Function SynapseManagedIntegrationRuntimeError (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 SynapseManagedIntegrationRuntimeError
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 SynapseManagedIntegrationRuntimeError instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET