你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SubAssessmentStatus 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
SubAssessmentStatus() |
Initializes a new instance of the SubAssessmentStatus class. |
SubAssessmentStatus(String, String, String, String) |
Initializes a new instance of the SubAssessmentStatus class. |
SubAssessmentStatus()
Initializes a new instance of the SubAssessmentStatus class.
public SubAssessmentStatus ();
Public Sub New ()
Applies to
SubAssessmentStatus(String, String, String, String)
Initializes a new instance of the SubAssessmentStatus class.
public SubAssessmentStatus (string code = default, string cause = default, string description = default, string severity = default);
new Microsoft.Azure.Management.Security.Models.SubAssessmentStatus : string * string * string * string -> Microsoft.Azure.Management.Security.Models.SubAssessmentStatus
Public Sub New (Optional code As String = Nothing, Optional cause As String = Nothing, Optional description As String = Nothing, Optional severity As String = Nothing)
Parameters
- code
- String
Programmatic code for the status of the assessment Possible values include: 'Healthy', 'Unhealthy', 'NotApplicable'
- cause
- String
Programmatic code for the cause of the assessment status
- description
- String
Human readable description of the assessment status
- severity
- String
The sub-assessment severity level Possible values include: 'Low', 'Medium', 'High'