你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeploymentDiagnosticsDefinition 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
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.