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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET