VaRule Constructors
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.
Overloads
VaRule() |
Initializes a new instance of the VaRule class. |
VaRule(String, String, String, String, String, String, String, QueryCheck, IList<BenchmarkReference>) |
Initializes a new instance of the VaRule class. |
VaRule()
Initializes a new instance of the VaRule class.
public VaRule ();
Public Sub New ()
Applies to
VaRule(String, String, String, String, String, String, String, QueryCheck, IList<BenchmarkReference>)
Initializes a new instance of the VaRule class.
public VaRule (string ruleId = default, string severity = default, string category = default, string ruleType = default, string title = default, string description = default, string rationale = default, Microsoft.Azure.Management.Security.Models.QueryCheck queryCheck = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.BenchmarkReference> benchmarkReferences = default);
new Microsoft.Azure.Management.Security.Models.VaRule : string * string * string * string * string * string * string * Microsoft.Azure.Management.Security.Models.QueryCheck * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.BenchmarkReference> -> Microsoft.Azure.Management.Security.Models.VaRule
Public Sub New (Optional ruleId As String = Nothing, Optional severity As String = Nothing, Optional category As String = Nothing, Optional ruleType As String = Nothing, Optional title As String = Nothing, Optional description As String = Nothing, Optional rationale As String = Nothing, Optional queryCheck As QueryCheck = Nothing, Optional benchmarkReferences As IList(Of BenchmarkReference) = Nothing)
Parameters
- ruleId
- String
The rule Id.
- severity
- String
The rule severity. Possible values include: 'High', 'Medium', 'Low', 'Informational', 'Obsolete'
- category
- String
The rule category.
- ruleType
- String
The rule type. Possible values include: 'Binary', 'BaselineExpected', 'PositiveList', 'NegativeList'
- title
- String
The rule title.
- description
- String
The rule description.
- rationale
- String
The rule rationale.
- queryCheck
- QueryCheck
The rule query details.
- benchmarkReferences
- IList<BenchmarkReference>
The benchmark references.