ArmDataBoxEdgeModelFactory.DataBoxEdgeJobErrorDetails 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 DataBoxEdgeJobErrorDetails.
public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobErrorDetails DataBoxEdgeJobErrorDetails (System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobErrorItem> errorDetails = default, string code = default, string message = default);
static member DataBoxEdgeJobErrorDetails : seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobErrorItem> * string * string -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobErrorDetails
Public Shared Function DataBoxEdgeJobErrorDetails (Optional errorDetails As IEnumerable(Of DataBoxEdgeJobErrorItem) = Nothing, Optional code As String = Nothing, Optional message As String = Nothing) As DataBoxEdgeJobErrorDetails
Parameters
- errorDetails
- IEnumerable<DataBoxEdgeJobErrorItem>
The error details.
- code
- String
The code intended for programmatic access.
- message
- String
The message that describes the error in detail.
Returns
A new DataBoxEdgeJobErrorDetails instance for mocking.