Compartilhar via


DeploymentDiagnosticsDefinition Constructors

Definition

Overloads

DeploymentDiagnosticsDefinition()

Initializes a new instance of the DeploymentDiagnosticsDefinition class.

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

Initializes a new instance of the DeploymentDiagnosticsDefinition class.

DeploymentDiagnosticsDefinition()

Initializes a new instance of the DeploymentDiagnosticsDefinition class.

public DeploymentDiagnosticsDefinition ();
Public Sub New ()

Applies to

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

Initializes a new instance of the DeploymentDiagnosticsDefinition class.

public DeploymentDiagnosticsDefinition (string level, string code, string message, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.ErrorAdditionalInfo> additionalInfo = default);
new Microsoft.Azure.Management.Resources.Models.DeploymentDiagnosticsDefinition : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Resources.Models.ErrorAdditionalInfo> -> Microsoft.Azure.Management.Resources.Models.DeploymentDiagnosticsDefinition
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: 'Warning', 'Info', 'Error'

code
String

The error code.

message
String

The error message.

target
String

The error target.

additionalInfo
IList<ErrorAdditionalInfo>

The error additional info.

Applies to