RequestMethodMatchConditionParameters Class
Defines the parameters for RequestMethod match conditions.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelRequestMethodMatchConditionParameters
Constructor
RequestMethodMatchConditionParameters(*, type_name: str | _models.RequestMethodMatchConditionParametersTypeName, operator: str | _models.RequestMethodOperator, negate_condition: bool = False, transforms: List[str | _models.Transform] | None = None, match_values: List[str | _models.RequestMethodMatchConditionParametersMatchValuesItem] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type_name
|
Required. "DeliveryRuleRequestMethodConditionParameters" |
operator
|
Describes operator to be matched. Required. "Equal" |
negate_condition
|
Describes if this is negate condition or not. |
transforms
|
List of transforms. |
match_values
|
The match value for the condition of the delivery rule. |
Variables
Name | Description |
---|---|
type_name
|
Required. "DeliveryRuleRequestMethodConditionParameters" |
operator
|
Describes operator to be matched. Required. "Equal" |
negate_condition
|
Describes if this is negate condition or not. |
transforms
|
List of transforms. |
match_values
|
The match value for the condition of the delivery rule. |
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