Class EvaluatedNetworkSecurityGroup
java.lang.Object
com.microsoft.azure.management.network.EvaluatedNetworkSecurityGroup
Results of network security group evaluation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet resource ID of nic or subnet to which network security group is applied.Get matched network security rule.Get network security group ID.Get list of network security rules evaluation results.withAppliedTo
(String appliedTo) Set resource ID of nic or subnet to which network security group is applied.withMatchedRule
(MatchedRule matchedRule) Set matched network security rule.withNetworkSecurityGroupId
(String networkSecurityGroupId) Set network security group ID.
-
Constructor Details
-
EvaluatedNetworkSecurityGroup
public EvaluatedNetworkSecurityGroup()
-
-
Method Details
-
networkSecurityGroupId
Get network security group ID.- Returns:
- the networkSecurityGroupId value
-
withNetworkSecurityGroupId
Set network security group ID.- Parameters:
networkSecurityGroupId
- the networkSecurityGroupId value to set- Returns:
- the EvaluatedNetworkSecurityGroup object itself.
-
appliedTo
Get resource ID of nic or subnet to which network security group is applied.- Returns:
- the appliedTo value
-
withAppliedTo
Set resource ID of nic or subnet to which network security group is applied.- Parameters:
appliedTo
- the appliedTo value to set- Returns:
- the EvaluatedNetworkSecurityGroup object itself.
-
matchedRule
Get matched network security rule.- Returns:
- the matchedRule value
-
withMatchedRule
Set matched network security rule.- Parameters:
matchedRule
- the matchedRule value to set- Returns:
- the EvaluatedNetworkSecurityGroup object itself.
-
rulesEvaluationResult
Get list of network security rules evaluation results.- Returns:
- the rulesEvaluationResult value
-