SubAssessmentStatusCode 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 SubAssessmentStatusCode : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SubAssessmentStatusCode>
type SubAssessmentStatusCode = struct
Public Structure SubAssessmentStatusCode
Implements IEquatable(Of SubAssessmentStatusCode)
- Inheritance
-
SubAssessmentStatusCode
- Implements
Constructors
SubAssessmentStatusCode(String) |
Initializes a new instance of SubAssessmentStatusCode. |
Properties
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
Equals(SubAssessmentStatusCode) |
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
Equality(SubAssessmentStatusCode, SubAssessmentStatusCode) |
Determines if two SubAssessmentStatusCode values are the same. |
Implicit(String to SubAssessmentStatusCode) |
Converts a string to a SubAssessmentStatusCode. |
Inequality(SubAssessmentStatusCode, SubAssessmentStatusCode) |
Determines if two SubAssessmentStatusCode values are not the same. |
Applies to
Azure SDK for .NET