IVaRule Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.VaRuleTypeConverter))]
public interface IVaRule : Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.VaRuleTypeConverter))>]
type IVaRule = interface
interface IJsonSerializable
Public Interface IVaRule
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| BenchmarkReference |
The benchmark references. |
| Category |
The rule category. |
| Description |
The rule description. |
| QueryCheckColumnName |
Column names of expected result. |
| QueryCheckExpectedResult |
Expected result. |
| QueryCheckQuery |
The rule query. |
| Rationale |
The rule rationale. |
| RuleId |
The rule Id. |
| RuleType |
The rule type. |
| Severity |
The rule severity. |
| Title |
The rule title. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |