Uses of Class
com.azure.resourcemanager.network.models.MatchVariable
-
Packages that use MatchVariable Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of MatchVariable in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return MatchVariable Modifier and Type Method Description MatchVariableMatchVariable. withSelector(String selector)Set the selector property: The selector of match variable.MatchVariableMatchVariable. withVariableName(WebApplicationFirewallMatchVariable variableName)Set the variableName property: Match Variable.Methods in com.azure.resourcemanager.network.models that return types with arguments of type MatchVariable Modifier and Type Method Description List<MatchVariable>MatchCondition. matchVariables()Get the matchVariables property: List of match variables.Method parameters in com.azure.resourcemanager.network.models with type arguments of type MatchVariable Modifier and Type Method Description MatchConditionMatchCondition. withMatchVariables(List<MatchVariable> matchVariables)Set the matchVariables property: List of match variables.
-