Uses of Class
com.azure.resourcemanager.cdn.models.WafMatchVariable
Packages that use WafMatchVariable
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of WafMatchVariable in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type WafMatchVariable in com.azure.resourcemanager.cdn.modelsFields in com.azure.resourcemanager.cdn.models declared as WafMatchVariableModifier and TypeFieldDescriptionstatic final WafMatchVariableWafMatchVariable.COOKIESStatic value Cookies for WafMatchVariable.static final WafMatchVariableWafMatchVariable.POST_ARGSStatic value PostArgs for WafMatchVariable.static final WafMatchVariableWafMatchVariable.QUERY_STRINGStatic value QueryString for WafMatchVariable.static final WafMatchVariableWafMatchVariable.REMOTE_ADDRStatic value RemoteAddr for WafMatchVariable.static final WafMatchVariableWafMatchVariable.REQUEST_BODYStatic value RequestBody for WafMatchVariable.static final WafMatchVariableWafMatchVariable.REQUEST_HEADERStatic value RequestHeader for WafMatchVariable.static final WafMatchVariableWafMatchVariable.REQUEST_METHODStatic value RequestMethod for WafMatchVariable.static final WafMatchVariableWafMatchVariable.REQUEST_URIStatic value RequestUri for WafMatchVariable.static final WafMatchVariableWafMatchVariable.SOCKET_ADDRStatic value SocketAddr for WafMatchVariable.Methods in com.azure.resourcemanager.cdn.models that return WafMatchVariableModifier and TypeMethodDescriptionstatic WafMatchVariableWafMatchVariable.fromString(String name) Creates or finds a WafMatchVariable from its string representation.MatchCondition.matchVariable()Get the matchVariable property: Match variable to compare against.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type WafMatchVariableModifier and TypeMethodDescriptionstatic Collection<WafMatchVariable> WafMatchVariable.values()Gets known WafMatchVariable values.Methods in com.azure.resourcemanager.cdn.models with parameters of type WafMatchVariableModifier and TypeMethodDescriptionMatchCondition.withMatchVariable(WafMatchVariable matchVariable) Set the matchVariable property: Match variable to compare against.