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
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