Delen via


ArmDataBoxEdgeModelFactory.DataBoxEdgeJobErrorItem Method

Definition

Initializes a new instance of DataBoxEdgeJobErrorItem.

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

Parameters

recommendations
IEnumerable<String>

The recommended actions.

code
String

The code intended for programmatic access.

message
String

The message that describes the error in detail.

Returns

A new DataBoxEdgeJobErrorItem instance for mocking.

Applies to