Uses of Class
com.azure.resourcemanager.network.models.MatchedRule
-
Packages that use MatchedRule Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of MatchedRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return MatchedRule Modifier and Type Method Description MatchedRuleEvaluatedNetworkSecurityGroup. matchedRule()Get the matchedRule property: Matched network security rule.MatchedRuleMatchedRule. withAction(String action)Set the action property: The network traffic is allowed or denied.MatchedRuleMatchedRule. withRuleName(String ruleName)Set the ruleName property: Name of the matched network security rule.Methods in com.azure.resourcemanager.network.models with parameters of type MatchedRule Modifier and Type Method Description EvaluatedNetworkSecurityGroupEvaluatedNetworkSecurityGroup. withMatchedRule(MatchedRule matchedRule)Set the matchedRule property: Matched network security rule.
-