RemoteAddressMatchConditionParameters Class
Defines the parameters for RemoteAddress match conditions.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelRemoteAddressMatchConditionParameters
Constructor
RemoteAddressMatchConditionParameters(*, type_name: str | _models.RemoteAddressMatchConditionParametersTypeName, operator: str | _models.RemoteAddressOperator, negate_condition: bool = False, match_values: List[str] | None = None, transforms: List[str | _models.Transform] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type_name
|
Required. "DeliveryRuleRemoteAddressConditionParameters" |
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. |
Variables
Name | Description |
---|---|
type_name
|
Required. "DeliveryRuleRemoteAddressConditionParameters" |
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. |
Azure SDK for Python