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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET