ArmLogicModelFactory.IntegrationServiceErrorInfo 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 IntegrationServiceErrorInfo.
public static Azure.ResourceManager.Logic.Models.IntegrationServiceErrorInfo IntegrationServiceErrorInfo (Azure.ResourceManager.Logic.Models.IntegrationServiceErrorCode code = default, string message = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Logic.Models.IntegrationServiceErrorInfo> details = default, BinaryData innerError = default);
static member IntegrationServiceErrorInfo : Azure.ResourceManager.Logic.Models.IntegrationServiceErrorCode * string * seq<Azure.ResourceManager.Logic.Models.IntegrationServiceErrorInfo> * BinaryData -> Azure.ResourceManager.Logic.Models.IntegrationServiceErrorInfo
Public Shared Function IntegrationServiceErrorInfo (Optional code As IntegrationServiceErrorCode = Nothing, Optional message As String = Nothing, Optional details As IEnumerable(Of IntegrationServiceErrorInfo) = Nothing, Optional innerError As BinaryData = Nothing) As IntegrationServiceErrorInfo
Parameters
The error code.
- message
- String
The error message.
- details
- IEnumerable<IntegrationServiceErrorInfo>
The error message details.
- innerError
- BinaryData
The inner error.
Returns
A new IntegrationServiceErrorInfo instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET