Uses of Class
com.microsoft.azure.management.network.MatchedRule
Packages that use MatchedRule
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of MatchedRule in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return MatchedRuleModifier and TypeMethodDescriptionEvaluatedNetworkSecurityGroup.matchedRule()
Get matched network security rule.MatchedRule.withAction
(String action) Set the network traffic is allowed or denied.MatchedRule.withRuleName
(String ruleName) Set name of the matched network security rule.Methods in com.microsoft.azure.management.network with parameters of type MatchedRuleModifier and TypeMethodDescriptionEvaluatedNetworkSecurityGroup.withMatchedRule
(MatchedRule matchedRule) Set matched network security rule.