RequestSchemeMatchConditionParameters Class
Defines the parameters for RequestScheme match conditions.
Constructor
RequestSchemeMatchConditionParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
|
type_name
|
str or
<xref:azure.mgmt.cdn.models.DELIVERY_RULE_REQUEST_SCHEME_CONDITION_PARAMETERS>
Required. DELIVERY_RULE_REQUEST_SCHEME_CONDITION_PARAMETERS. |
Attributes
match_values
The match value for the condition of the delivery rule.
match_values: list[typing.Union[str, ForwardRef('_models.RequestSchemeMatchConditionParametersMatchValuesItem')]] | None
negate_condition
Describes if this is negate condition or not.
negate_condition: bool | None
operator
Describes operator to be matched. Required. "Equal"
operator: str | _models.RequestSchemeMatchConditionParametersOperator
transforms
List of transforms.
transforms: list[typing.Union[str, ForwardRef('_models.Transform')]] | None
type_name
Required. DELIVERY_RULE_REQUEST_SCHEME_CONDITION_PARAMETERS.
type_name: DELIVERY_RULE_REQUEST_SCHEME_CONDITION_PARAMETERS: 'DeliveryRuleRequestSchemeConditionParameters'>]