NetworkSecurityRulesEvaluationResult interface

Network security rules evaluation result.

Properties

destinationMatched

Value indicating whether destination is matched.

destinationPortMatched

Value indicating whether destination port is matched.

name

Name of the network security rule.

protocolMatched

Value indicating whether protocol is matched.

sourceMatched

Value indicating whether source is matched.

sourcePortMatched

Value indicating whether source port is matched.

Property Details

destinationMatched

Value indicating whether destination is matched.

destinationMatched?: boolean

Property Value

boolean

destinationPortMatched

Value indicating whether destination port is matched.

destinationPortMatched?: boolean

Property Value

boolean

name

Name of the network security rule.

name?: string

Property Value

string

protocolMatched

Value indicating whether protocol is matched.

protocolMatched?: boolean

Property Value

boolean

sourceMatched

Value indicating whether source is matched.

sourceMatched?: boolean

Property Value

boolean

sourcePortMatched

Value indicating whether source port is matched.

sourcePortMatched?: boolean

Property Value

boolean