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
| Name | Description |
|---|---|
| ActionableRemediationRuleCategory(String) |
Initializes a new instance of ActionableRemediationRuleCategory. |
Properties
| Name | Description |
|---|---|
| Artifacts |
Artifacts. |
| Code |
Code. |
| Containers |
Containers. |
| Dependencies |
Dependencies. |
| InfrastructureAsCode |
IaC. |
| Secrets |
Secrets. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |