NetworkSecurityRulesEvaluationResult Class

Definition

Network security rules evaluation result.

public class NetworkSecurityRulesEvaluationResult
type NetworkSecurityRulesEvaluationResult = class
Public Class NetworkSecurityRulesEvaluationResult
Inheritance
NetworkSecurityRulesEvaluationResult

Constructors

NetworkSecurityRulesEvaluationResult()

Initializes a new instance of the NetworkSecurityRulesEvaluationResult class.

NetworkSecurityRulesEvaluationResult(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the NetworkSecurityRulesEvaluationResult class.

Properties

DestinationMatched

Gets or sets value indicating whether destination is matched.

DestinationPortMatched

Gets or sets value indicating whether destination port is matched.

Name

Gets or sets name of the network security rule.

ProtocolMatched

Gets or sets value indicating whether protocol is matched.

SourceMatched

Gets or sets value indicating whether source is matched.

SourcePortMatched

Gets or sets value indicating whether source port is matched.

Applies to