DeploymentStacksDiagnostic Constructors

Definition

Overloads

Name Description
DeploymentStacksDiagnostic()

Initializes a new instance of the DeploymentStacksDiagnostic class.

DeploymentStacksDiagnostic(String, String, String, String, IList<ErrorAdditionalInfo>)

Initializes a new instance of the DeploymentStacksDiagnostic class.

DeploymentStacksDiagnostic()

Initializes a new instance of the DeploymentStacksDiagnostic class.

public DeploymentStacksDiagnostic();
Public Sub New ()

Applies to

DeploymentStacksDiagnostic(String, String, String, String, IList<ErrorAdditionalInfo>)

Initializes a new instance of the DeploymentStacksDiagnostic class.

public DeploymentStacksDiagnostic(string level, string code, string message, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ErrorAdditionalInfo> additionalInfo = default);
new Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksDiagnostic : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.DeploymentStacks.Models.ErrorAdditionalInfo> -> Microsoft.Azure.Management.Resources.DeploymentStacks.Models.DeploymentStacksDiagnostic
Public Sub New (level As String, code As String, message As String, Optional target As String = Nothing, Optional additionalInfo As IList(Of ErrorAdditionalInfo) = Nothing)

Parameters

level
String

Denotes the additional response level. Possible values include: 'info', 'warning', 'error'

code
String

The error code.

message
String

The error message.

target
String

The error target.

additionalInfo
IList<ErrorAdditionalInfo>

Additional error information.

Applies to