AzureResourceErrorInfo 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
AzureResourceErrorInfo() |
Initializes a new instance of the AzureResourceErrorInfo class. |
AzureResourceErrorInfo(String, String, IList<AzureResourceErrorInfo>) |
Initializes a new instance of the AzureResourceErrorInfo class. |
AzureResourceErrorInfo()
Initializes a new instance of the AzureResourceErrorInfo class.
public AzureResourceErrorInfo ();
Public Sub New ()
Applies to
AzureResourceErrorInfo(String, String, IList<AzureResourceErrorInfo>)
Initializes a new instance of the AzureResourceErrorInfo class.
public AzureResourceErrorInfo (string code, string message, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.AzureResourceErrorInfo> details = default);
new Microsoft.Azure.Management.Logic.Models.AzureResourceErrorInfo : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.AzureResourceErrorInfo> -> Microsoft.Azure.Management.Logic.Models.AzureResourceErrorInfo
Public Sub New (code As String, message As String, Optional details As IList(Of AzureResourceErrorInfo) = Nothing)
Parameters
- code
- String
The error code.
- message
- String
The error message.
- details
- IList<AzureResourceErrorInfo>
The error details.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET