Uses of Class
com.azure.resourcemanager.network.models.MatchVariable
Packages that use MatchVariable
Package
Description
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 MatchVariableModifier and TypeMethodDescriptionstatic MatchVariableMatchVariable.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MatchVariable from the JsonReader.MatchVariable.withSelector(String selector) Set the selector property: The selector of match variable.MatchVariable.withVariableName(WebApplicationFirewallMatchVariable variableName) Set the variableName property: Match Variable.Methods in com.azure.resourcemanager.network.models that return types with arguments of type MatchVariableModifier and TypeMethodDescriptionMatchCondition.matchVariables()Get the matchVariables property: List of match variables.Method parameters in com.azure.resourcemanager.network.models with type arguments of type MatchVariableModifier and TypeMethodDescriptionMatchCondition.withMatchVariables(List<MatchVariable> matchVariables) Set the matchVariables property: List of match variables.