ArmLogicModelFactory.IntegrationServiceErrorInfo Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
O código de erro.
- message
- String
A mensagem de erro.
- details
- IEnumerable<IntegrationServiceErrorInfo>
Os detalhes da mensagem de erro.
- innerError
- BinaryData
O erro interno.
Retornos
Uma nova IntegrationServiceErrorInfo instância para simulação.