DeliveryRulePostArgsCondition Class

Defines the PostArgs condition for the delivery rule.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.cdn.models._models_py3.DeliveryRuleCondition
DeliveryRulePostArgsCondition

Constructor

DeliveryRulePostArgsCondition(*, parameters: _models.PostArgsMatchConditionParameters, **kwargs: Any)

Keyword-Only Parameters

Name Description
parameters

Defines the parameters for the condition. Required.

Variables

Name Description
name

The name of the condition for the delivery rule. Required. Known values are: "RemoteAddress", "RequestMethod", "QueryString", "PostArgs", "RequestUri", "RequestHeader", "RequestBody", "RequestScheme", "UrlPath", "UrlFileExtension", "UrlFileName", "HttpVersion", "Cookies", "IsDevice", "SocketAddr", "ClientPort", "ServerPort", "HostName", and "SslProtocol".

parameters

Defines the parameters for the condition. Required.