SocketAddrMatchConditionParameters Class
Defines the parameters for SocketAddress 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
-
SocketAddrMatchConditionParameters
Constructor
SocketAddrMatchConditionParameters(*, operator: Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.SocketAddrOperator], negate_condition: Optional[bool] = None, match_values: Optional[List[str]] = None, transforms: Optional[List[Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.Transform]]] = None, **kwargs)
Variables
- type_name
- str
Has constant value: "DeliveryRuleSocketAddrConditionParameters".
- operator
- str or SocketAddrOperator
Required. Describes operator to be matched. Possible values include: "Any", "IPMatch".
- negate_condition
- bool
Describes if this is negate condition or not.
Attributes
type_name
type_name = 'DeliveryRuleSocketAddrConditionParameters'
Feedback
Submit and view feedback for