SecurityExemptionCategory Struct

Definition

Exemption category of this assignment.

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

Constructors

Name Description
SecurityExemptionCategory(String)

Initializes a new instance of SecurityExemptionCategory.

Properties

Name Description
Mitigated

mitigated.

Waiver

waiver.

Methods

Name Description
Equals(SecurityExemptionCategory)

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

Determines if two SecurityExemptionCategory values are the same.

Implicit(String to Nullable<SecurityExemptionCategory>)
Implicit(String to SecurityExemptionCategory)

Converts a string to a SecurityExemptionCategory.

Inequality(SecurityExemptionCategory, SecurityExemptionCategory)

Determines if two SecurityExemptionCategory values are not the same.

Applies to