ArmDataBoxEdgeModelFactory.DataBoxEdgeJobErrorItem 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 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET