RequestMethodMatchConditionParameters Class

Defines the parameters for RequestMethod match conditions.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
RequestMethodMatchConditionParameters

Constructor

RequestMethodMatchConditionParameters(*, operator: Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.RequestMethodOperator], negate_condition: Optional[bool] = None, transforms: Optional[List[Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.Transform]]] = None, match_values: Optional[List[Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.RequestMethodMatchConditionParametersMatchValuesItem]]] = None, **kwargs)

Variables

type_name
str

Has constant value: "DeliveryRuleRequestMethodConditionParameters".

operator
str or RequestMethodOperator

Required. Describes operator to be matched. Possible values include: "Equal".

negate_condition
bool

Describes if this is negate condition or not.

transforms
list[str or Transform]

List of transforms.

match_values
list[str or RequestMethodMatchConditionParametersMatchValuesItem]

The match value for the condition of the delivery rule.

Attributes

type_name

type_name = 'DeliveryRuleRequestMethodConditionParameters'