ArmAppServiceModelFactory.WorkflowExpressionResourceErrorInfo Method

Definition

Initializes a new instance of WorkflowExpressionResourceErrorInfo.

public static Azure.ResourceManager.AppService.Models.WorkflowExpressionResourceErrorInfo WorkflowExpressionResourceErrorInfo(string code = default, string message = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.WorkflowExpressionResourceErrorInfo> details = default);
static member WorkflowExpressionResourceErrorInfo : string * string * seq<Azure.ResourceManager.AppService.Models.WorkflowExpressionResourceErrorInfo> -> Azure.ResourceManager.AppService.Models.WorkflowExpressionResourceErrorInfo
Public Shared Function WorkflowExpressionResourceErrorInfo (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IEnumerable(Of WorkflowExpressionResourceErrorInfo) = Nothing) As WorkflowExpressionResourceErrorInfo

Parameters

code
String

The error code. Serialized Name: ErrorInfo.code

message
String

The error message. Serialized Name: AzureResourceErrorInfo.message

details
IEnumerable<WorkflowExpressionResourceErrorInfo>

The error details. Serialized Name: AzureResourceErrorInfo.details

Returns

A new WorkflowExpressionResourceErrorInfo instance for mocking.

Applies to