EvaluatedNetworkSecurityGroup 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.
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
Azure SDK for .NET