Class MatchVariable

java.lang.Object
com.microsoft.azure.management.network.MatchVariable

public class MatchVariable extends Object
Define match variables.
  • Constructor Details

    • MatchVariable

      public MatchVariable()
  • Method Details

    • variableName

      public WebApplicationFirewallMatchVariable variableName()
      Get match Variable. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies'.
      Returns:
      the variableName value
    • withVariableName

      public MatchVariable withVariableName(WebApplicationFirewallMatchVariable variableName)
      Set match Variable. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies'.
      Parameters:
      variableName - the variableName value to set
      Returns:
      the MatchVariable object itself.
    • selector

      public String selector()
      Get the selector of match variable.
      Returns:
      the selector value
    • withSelector

      public MatchVariable withSelector(String selector)
      Set the selector of match variable.
      Parameters:
      selector - the selector value to set
      Returns:
      the MatchVariable object itself.