JobErrorDetails Constructors
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.
Overloads
JobErrorDetails()
public JobErrorDetails();
Public Sub New ()
Applies to
JobErrorDetails(String, String, IList<JobErrorItem>)
public JobErrorDetails(string code, string message, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorItem> errorDetails = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorDetails : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorItem> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorDetails
Public Sub New (code As String, message As String, Optional errorDetails As IList(Of JobErrorItem) = Nothing)
Parameters
- code
- String
- message
- String
- errorDetails
- IList<JobErrorItem>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET