DeliveryRuleCookiesCondition Class
Defines the Cookies condition for the delivery rule.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.cdn.models._models_py3.DeliveryRuleConditionDeliveryRuleCookiesCondition
Constructor
DeliveryRuleCookiesCondition(*, parameters: azure.mgmt.cdn.models._models_py3.CookiesMatchConditionParameters, **kwargs)
Variables
- name
- str or MatchVariable
Required. The name of the condition for the delivery rule.Constant filled by server. Possible values include: "RemoteAddress", "RequestMethod", "QueryString", "PostArgs", "RequestUri", "RequestHeader", "RequestBody", "RequestScheme", "UrlPath", "UrlFileExtension", "UrlFileName", "HttpVersion", "Cookies", "IsDevice", "SocketAddr", "ClientPort", "ServerPort", "HostName", "SslProtocol".
- parameters
- CookiesMatchConditionParameters
Required. Defines the parameters for the condition.
Feedback
Submit and view feedback for