DeliveryRuleQueryStringCondition Class
Defines the QueryString condition for the delivery rule.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn.models._models_py3.DeliveryRuleConditionDeliveryRuleQueryStringCondition
Constructor
DeliveryRuleQueryStringCondition(*, parameters: _models.QueryStringMatchConditionParameters, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
parameters
|
Defines the parameters for the condition. Required. |
Variables
Name | Description |
---|---|
name
|
str or
MatchVariable
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python