# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::CDN::Mgmt::V2020_04_15 module Models # # Defines values for MatchVariable # module MatchVariable RemoteAddr = "RemoteAddr" SocketAddr = "SocketAddr" RequestMethod = "RequestMethod" RequestHeader = "RequestHeader" RequestUri = "RequestUri" QueryString = "QueryString" RequestBody = "RequestBody" Cookies = "Cookies" PostArgs = "PostArgs" end end end