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.Model
RequestMethodMatchConditionParameters

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.