Uses of Class
com.azure.resourcemanager.network.models.MatchedRule
Packages that use MatchedRule
Package
Description
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 MatchedRuleModifier and TypeMethodDescriptionstatic MatchedRuleMatchedRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MatchedRule from the JsonReader.EvaluatedNetworkSecurityGroup.matchedRule()Get the matchedRule property: Matched network security rule.MatchedRule.withAction(String action) Set the action property: The network traffic is allowed or denied.MatchedRule.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 MatchedRuleModifier and TypeMethodDescriptionEvaluatedNetworkSecurityGroup.withMatchedRule(MatchedRule matchedRule) Set the matchedRule property: Matched network security rule.