PolicyExemptionCategory Struct

Definition

The policy exemption category. Possible values are Waiver and Mitigated.

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

Constructors

Name Description
PolicyExemptionCategory(String)

Initializes a new instance of PolicyExemptionCategory.

Properties

Name Description
Mitigated

This category of exemptions usually means the mitigation actions have been applied to the scope.

Waiver

This category of exemptions usually means the scope is not applicable for the policy.

Methods

Name Description
Equals(PolicyExemptionCategory)

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

Determines if two PolicyExemptionCategory values are the same.

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

Converts a string to a PolicyExemptionCategory.

Inequality(PolicyExemptionCategory, PolicyExemptionCategory)

Determines if two PolicyExemptionCategory values are not the same.

Applies to