Condividi tramite


CustomAssessmentSeverity Struct

Definition

The severity to relate to the assessments generated by this assessment automation.

public readonly struct CustomAssessmentSeverity : IEquatable<Azure.ResourceManager.SecurityCenter.Models.CustomAssessmentSeverity>
type CustomAssessmentSeverity = struct
Public Structure CustomAssessmentSeverity
Implements IEquatable(Of CustomAssessmentSeverity)
Inheritance
CustomAssessmentSeverity
Implements

Constructors

CustomAssessmentSeverity(String)

Initializes a new instance of CustomAssessmentSeverity.

Properties

High

High.

Low

Low.

Medium

Medium.

Methods

Equals(CustomAssessmentSeverity)

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(CustomAssessmentSeverity, CustomAssessmentSeverity)

Determines if two CustomAssessmentSeverity values are the same.

Implicit(String to CustomAssessmentSeverity)

Converts a string to a CustomAssessmentSeverity.

Inequality(CustomAssessmentSeverity, CustomAssessmentSeverity)

Determines if two CustomAssessmentSeverity values are not the same.

Applies to