Uses of Class
com.azure.resourcemanager.network.models.MatchCondition
Packages that use MatchCondition
Package
Description
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 MatchConditionModifier and TypeMethodDescriptionstatic MatchConditionMatchCondition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MatchCondition from the JsonReader.MatchCondition.withMatchValues(List<String> matchValues) Set the matchValues property: Match value.MatchCondition.withMatchVariables(List<MatchVariable> matchVariables) Set the matchVariables property: List of match variables.MatchCondition.withNegationConditon(Boolean negationConditon) Set the negationConditon property: Whether this is negate condition or not.MatchCondition.withOperator(WebApplicationFirewallOperator operator) Set the operator property: The operator to be matched.MatchCondition.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 MatchConditionModifier and TypeMethodDescriptionWebApplicationFirewallCustomRule.matchConditions()Get the matchConditions property: List of match conditions.Method parameters in com.azure.resourcemanager.network.models with type arguments of type MatchConditionModifier and TypeMethodDescriptionWebApplicationFirewallCustomRule.withMatchConditions(List<MatchCondition> matchConditions) Set the matchConditions property: List of match conditions.