Freigeben über


RuleCategory Struct

Definition

Rule categories. Code - code scanning results. Artifact scanning results. Dependencies scanning results. IaC results. Secrets scanning results. Container scanning results.

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

Constructors

Name Description
RuleCategory(String)

Initializes a new instance of RuleCategory.

Properties

Name Description
Artifacts

Artifacts.

Code

Code.

Containers

Containers.

Dependencies

Dependencies.

IaC

IaC.

Secrets

Secrets.

Methods

Name Description
Equals(RuleCategory)

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

Determines if two RuleCategory values are the same.

Implicit(String to RuleCategory)

Converts a String to a RuleCategory.

Inequality(RuleCategory, RuleCategory)

Determines if two RuleCategory values are not the same.

Applies to