SingleQueryResult Class
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.
public class SingleQueryResult
type SingleQueryResult = class
Public Class SingleQueryResult
- Inheritance
-
SingleQueryResult
Constructors
SingleQueryResult() |
Initializes a new instance of the SingleQueryResult class. |
SingleQueryResult(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, String, IList<String>, IList<String>, String, Nullable<Boolean>) |
Initializes a new instance of the SingleQueryResult class. |
Properties
Description |
Gets or sets describes what is the signature enforces |
DestinationPorts |
Gets or sets describes the list of destination ports related to this signature |
Direction |
Gets or sets describes in which direction signature is being enforced: 0 - Inbound, 1 - OutBound, 2 - Bidirectional |
Group |
Gets or sets describes the groups the signature belongs to |
InheritedFromParentPolicy |
Gets or sets describes if this override is inherited from base policy or not |
LastUpdated |
Gets or sets describes the last updated time of the signature (provided from 3rd party vendor) |
Mode |
Gets or sets the current mode enforced, 0 - Disabled, 1 - Alert, 2 -Deny |
Protocol |
Gets or sets describes the protocol the signatures is being enforced in |
Severity |
Gets or sets describes the severity of signature: 1 - Low, 2 - Medium, 3 - High |
SignatureId |
Gets or sets the ID of the signature |
SourcePorts |
Gets or sets describes the list of source ports related to this signature |
Applies to
Azure SDK for .NET