Uses of Class
com.azure.resourcemanager.network.models.MatchCondition
-
Packages that use MatchCondition Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of MatchCondition in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return MatchCondition Modifier and Type Method Description MatchConditionMatchCondition. withMatchValues(List<String> matchValues)Set the matchValues property: Match value.MatchConditionMatchCondition. withMatchVariables(List<MatchVariable> matchVariables)Set the matchVariables property: List of match variables.MatchConditionMatchCondition. withNegationConditon(Boolean negationConditon)Set the negationConditon property: Whether this is negate condition or not.MatchConditionMatchCondition. withOperator(WebApplicationFirewallOperator operator)Set the operator property: The operator to be matched.MatchConditionMatchCondition. withTransforms(List<WebApplicationFirewallTransform> transforms)Set the transforms property: List of transforms.Methods in com.azure.resourcemanager.network.models that return types with arguments of type MatchCondition Modifier and Type Method Description List<MatchCondition>WebApplicationFirewallCustomRule. matchConditions()Get the matchConditions property: List of match conditions.Method parameters in com.azure.resourcemanager.network.models with type arguments of type MatchCondition Modifier and Type Method Description WebApplicationFirewallCustomRuleWebApplicationFirewallCustomRule. withMatchConditions(List<MatchCondition> matchConditions)Set the matchConditions property: List of match conditions.
-