LBHttpRequestMethodCondition
This condition is used to match method of HTTP requests. If the method of an HTTP request is same as the method specified in this condition, the HTTP request match this condition. For example, if the method field is set to GET in this condition, any HTTP request with GET method matches the condition.
Properties
A flag to indicate whether reverse the match result of this condition
Type of HTTP request method
Possible values are: GET, OPTIONS, POST, HEAD, PUT
Type of load balancer rule condition
Possible values are: LBHttpRequestUriCondition, LBHttpRequestHeaderCondition, LBHttpRequestMethodCondition, LBHttpRequestUriArgumentsCondition, LBHttpRequestVersionCondition, LBHttpRequestCookieCondition, LBHttpRequestBodyCondition, LBHttpResponseHeaderCondition, LBTcpHeaderCondition, LBIpHeaderCondition, LBVariableCondition, LBHttpSslCondition
JSON Example
{
"type": "string"
}