SslProtocolMatchConditionParameters Class

Defines the parameters for SslProtocol match conditions.

Constructor

SslProtocolMatchConditionParameters(*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.

match_values

The match value for the condition of the delivery rule.

transforms

List of transforms.

type_name
str or <xref:azure.mgmt.cdn.models.DELIVERY_RULE_SSL_PROTOCOL_CONDITION_PARAMETERS>

Required. DELIVERY_RULE_SSL_PROTOCOL_CONDITION_PARAMETERS.

Attributes

match_values

The match value for the condition of the delivery rule.

match_values: list[typing.Union[str, ForwardRef('_models.SslProtocol')]] | 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.SslProtocolOperator

transforms

List of transforms.

transforms: list[typing.Union[str, ForwardRef('_models.Transform')]] | None

type_name

Required. DELIVERY_RULE_SSL_PROTOCOL_CONDITION_PARAMETERS.

type_name: DELIVERY_RULE_SSL_PROTOCOL_CONDITION_PARAMETERS: 'DeliveryRuleSslProtocolConditionParameters'>]