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