你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

message
String

The error message.

details
IEnumerable<WorkflowExpressionResourceErrorInfo>

The error details.

Returns

A new WorkflowExpressionResourceErrorInfo instance for mocking.

Applies to