EvaluatedNetworkSecurityGroup Class

Definition

Results of network security group evaluation.

public class EvaluatedNetworkSecurityGroup
type EvaluatedNetworkSecurityGroup = class
Public Class EvaluatedNetworkSecurityGroup
Inheritance
EvaluatedNetworkSecurityGroup

Constructors

EvaluatedNetworkSecurityGroup()

Initializes a new instance of the EvaluatedNetworkSecurityGroup class.

EvaluatedNetworkSecurityGroup(String, String, MatchedRule, IList<NetworkSecurityRulesEvaluationResult>)

Initializes a new instance of the EvaluatedNetworkSecurityGroup class.

Properties

AppliedTo

Gets or sets resource ID of nic or subnet to which network security group is applied.

MatchedRule

Gets or sets matched network security rule.

NetworkSecurityGroupId

Gets or sets network security group ID.

RulesEvaluationResult

Gets list of network security rules evaluation results.

Applies to