RemoteAddressMatchConditionParameters Class
Defines the parameters for RemoteAddress match conditions.
Constructor
RemoteAddressMatchConditionParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
operator
|
Describes operator to be matched. Required. Known values are: "Any", "IPMatch", and "GeoMatch". |
|
negate_condition
|
Describes if this is negate condition or not. |
|
match_values
|
Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match. |
|
transforms
|
List of transforms. |
|
type_name
|
str or
<xref:azure.mgmt.cdn.models.DELIVERY_RULE_REMOTE_ADDRESS_CONDITION_PARAMETERS>
Required. DELIVERY_RULE_REMOTE_ADDRESS_CONDITION_PARAMETERS. |
Attributes
match_values
Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
match_values: list[str] | None
negate_condition
Describes if this is negate condition or not.
negate_condition: bool | None
operator
"Any", "IPMatch", and "GeoMatch".
operator: str | _models.RemoteAddressOperator
transforms
List of transforms.
transforms: list[typing.Union[str, ForwardRef('_models.Transform')]] | None
type_name
Required. DELIVERY_RULE_REMOTE_ADDRESS_CONDITION_PARAMETERS.
type_name: DELIVERY_RULE_REMOTE_ADDRESS_CONDITION_PARAMETERS: 'DeliveryRuleRemoteAddressConditionParameters'>]