RequestSchemeMatchConditionParameters Class

Defines the parameters for RequestScheme match conditions.

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

Inheritance
azure.mgmt.cdn._serialization.Model
RequestSchemeMatchConditionParameters

Constructor

RequestSchemeMatchConditionParameters(*, type_name: str | _models.RequestSchemeMatchConditionParametersTypeName, operator: str | _models.RequestSchemeMatchConditionParametersOperator, negate_condition: bool = False, transforms: List[str | _models.Transform] | None = None, match_values: List[str | _models.RequestSchemeMatchConditionParametersMatchValuesItem] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type_name

Required. "DeliveryRuleRequestSchemeConditionParameters"

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. "DeliveryRuleRequestSchemeConditionParameters"

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.