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