AzureResourceErrorInfo Constructors

Definition

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