HttpVersionMatchConditionParameters Class
Defines the parameters for HttpVersion match conditions.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelHttpVersionMatchConditionParameters
Constructor
HttpVersionMatchConditionParameters(*, type_name: str | _models.HttpVersionMatchConditionParametersTypeName, operator: str | _models.HttpVersionOperator, 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. "DeliveryRuleHttpVersionConditionParameters" |
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. |
Variables
Name | Description |
---|---|
type_name
|
Required. "DeliveryRuleHttpVersionConditionParameters" |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python