Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallMatchVariable
-
Packages that use WebApplicationFirewallMatchVariable Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of WebApplicationFirewallMatchVariable in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as WebApplicationFirewallMatchVariable Modifier and Type Field Description static WebApplicationFirewallMatchVariableWebApplicationFirewallMatchVariable. POST_ARGSStatic value PostArgs for WebApplicationFirewallMatchVariable.static WebApplicationFirewallMatchVariableWebApplicationFirewallMatchVariable. QUERY_STRINGStatic value QueryString for WebApplicationFirewallMatchVariable.static WebApplicationFirewallMatchVariableWebApplicationFirewallMatchVariable. REMOTE_ADDRStatic value RemoteAddr for WebApplicationFirewallMatchVariable.static WebApplicationFirewallMatchVariableWebApplicationFirewallMatchVariable. REQUEST_BODYStatic value RequestBody for WebApplicationFirewallMatchVariable.static WebApplicationFirewallMatchVariableWebApplicationFirewallMatchVariable. REQUEST_COOKIESStatic value RequestCookies for WebApplicationFirewallMatchVariable.static WebApplicationFirewallMatchVariableWebApplicationFirewallMatchVariable. REQUEST_HEADERSStatic value RequestHeaders for WebApplicationFirewallMatchVariable.static WebApplicationFirewallMatchVariableWebApplicationFirewallMatchVariable. REQUEST_METHODStatic value RequestMethod for WebApplicationFirewallMatchVariable.static WebApplicationFirewallMatchVariableWebApplicationFirewallMatchVariable. REQUEST_URIStatic value RequestUri for WebApplicationFirewallMatchVariable.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallMatchVariable Modifier and Type Method Description static WebApplicationFirewallMatchVariableWebApplicationFirewallMatchVariable. fromString(String name)Creates or finds a WebApplicationFirewallMatchVariable from its string representation.WebApplicationFirewallMatchVariableMatchVariable. variableName()Get the variableName property: Match Variable.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallMatchVariable Modifier and Type Method Description static Collection<WebApplicationFirewallMatchVariable>WebApplicationFirewallMatchVariable. values()Methods in com.azure.resourcemanager.network.models with parameters of type WebApplicationFirewallMatchVariable Modifier and Type Method Description MatchVariableMatchVariable. withVariableName(WebApplicationFirewallMatchVariable variableName)Set the variableName property: Match Variable.
-