UrlFileExtensionMatchConditionParameters Class
Defines the parameters for UrlFileExtension match conditions.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelUrlFileExtensionMatchConditionParameters
Constructor
UrlFileExtensionMatchConditionParameters(*, type_name: str | _models.UrlFileExtensionMatchConditionParametersTypeName, operator: str | _models.UrlFileExtensionOperator, negate_condition: bool = False, match_values: List[str] | None = None, transforms: List[str | _models.Transform] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type_name
|
Required. "DeliveryRuleUrlFileExtensionMatchConditionParameters" |
operator
|
Describes operator to be matched. Required. Known values are: "Any", "Equal", "Contains", "BeginsWith", "EndsWith", "LessThan", "LessThanOrEqual", "GreaterThan", "GreaterThanOrEqual", and "RegEx". |
negate_condition
|
Describes if this is negate condition or not. |
match_values
|
The match value for the condition of the delivery rule. |
transforms
|
List of transforms. |
Variables
Name | Description |
---|---|
type_name
|
Required. "DeliveryRuleUrlFileExtensionMatchConditionParameters" |
operator
|
Describes operator to be matched. Required. Known values are: "Any", "Equal", "Contains", "BeginsWith", "EndsWith", "LessThan", "LessThanOrEqual", "GreaterThan", "GreaterThanOrEqual", and "RegEx". |
negate_condition
|
Describes if this is negate condition or not. |
match_values
|
The match value for the condition of the delivery rule. |
transforms
|
List of transforms. |
Azure SDK for Python