Uses of Class
com.microsoft.azure.management.network.MatchCondition
Packages that use MatchCondition
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of MatchCondition in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return MatchConditionModifier and TypeMethodDescriptionMatchCondition.withMatchValues
(List<String> matchValues) Set match value.MatchCondition.withMatchVariables
(List<MatchVariable> matchVariables) Set list of match variables.MatchCondition.withNegationConditon
(Boolean negationConditon) Set whether this is negate condition or not.MatchCondition.withOperator
(WebApplicationFirewallOperator operator) Set the operator to be matched.MatchCondition.withTransforms
(List<WebApplicationFirewallTransform> transforms) Set list of transforms.Methods in com.microsoft.azure.management.network that return types with arguments of type MatchConditionModifier and TypeMethodDescriptionWebApplicationFirewallCustomRule.matchConditions()
Get list of match conditions.Method parameters in com.microsoft.azure.management.network with type arguments of type MatchConditionModifier and TypeMethodDescriptionWebApplicationFirewallCustomRule.withMatchConditions
(List<MatchCondition> matchConditions) Set list of match conditions.