ActionableRemediationRuleCategory 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 ActionableRemediationRuleCategory.
public readonly struct ActionableRemediationRuleCategory : IEquatable<Azure.ResourceManager.SecurityDevOps.Models.ActionableRemediationRuleCategory>
type ActionableRemediationRuleCategory = struct
Public Structure ActionableRemediationRuleCategory
Implements IEquatable(Of ActionableRemediationRuleCategory)
- Inheritance
-
ActionableRemediationRuleCategory
- Implements
Constructors
ActionableRemediationRuleCategory(String) |
Initializes a new instance of ActionableRemediationRuleCategory. |
Properties
Artifacts |
Artifacts. |
Code |
Code. |
Containers |
Containers. |
Dependencies |
Dependencies. |
InfrastructureAsCode |
IaC. |
Secrets |
Secrets. |
Methods
Equals(ActionableRemediationRuleCategory) |
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(ActionableRemediationRuleCategory, ActionableRemediationRuleCategory) |
Determines if two ActionableRemediationRuleCategory values are the same. |
Implicit(String to ActionableRemediationRuleCategory) |
Converts a string to a ActionableRemediationRuleCategory. |
Inequality(ActionableRemediationRuleCategory, ActionableRemediationRuleCategory) |
Determines if two ActionableRemediationRuleCategory values are not the same. |
Applies to
Azure SDK for .NET