DeliveryRuleUrlFileExtensionCondition Class
Defines the UrlFileExtension condition for the delivery rule.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn.models._models_py3.DeliveryRuleConditionDeliveryRuleUrlFileExtensionCondition
Constructor
DeliveryRuleUrlFileExtensionCondition(*, parameters: _models.UrlFileExtensionMatchConditionParameters, **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. |
Azure SDK for Python