SecurityAssessmentStatusCode Struct
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.
Programmatic code for the status of the assessment.
public readonly struct SecurityAssessmentStatusCode : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentStatusCode>
type SecurityAssessmentStatusCode = struct
Public Structure SecurityAssessmentStatusCode
Implements IEquatable(Of SecurityAssessmentStatusCode)
- Inheritance
-
SecurityAssessmentStatusCode
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityAssessmentStatusCode(String) |
Initializes a new instance of SecurityAssessmentStatusCode. |
Properties
| Name | Description |
|---|---|
| Healthy |
The resource is healthy. |
| NotApplicable |
Assessment for this resource did not happen. |
| Unhealthy |
The resource has a security issue that needs to be addressed. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityAssessmentStatusCode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SecurityAssessmentStatusCode, SecurityAssessmentStatusCode) |
Determines if two SecurityAssessmentStatusCode values are the same. |
| Implicit(String to SecurityAssessmentStatusCode) |
Converts a String to a SecurityAssessmentStatusCode. |
| Inequality(SecurityAssessmentStatusCode, SecurityAssessmentStatusCode) |
Determines if two SecurityAssessmentStatusCode values are not the same. |