HttpVersionMatchCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the parameters for HttpVersion match conditions Serialized Name: HttpVersionMatchConditionParameters
public class HttpVersionMatchCondition : Azure.ResourceManager.Cdn.Models.DeliveryRuleConditionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.HttpVersionMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.HttpVersionMatchCondition>
public class HttpVersionMatchCondition
type HttpVersionMatchCondition = class
inherit DeliveryRuleConditionProperties
interface IJsonModel<HttpVersionMatchCondition>
interface IPersistableModel<HttpVersionMatchCondition>
type HttpVersionMatchCondition = class
Public Class HttpVersionMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of HttpVersionMatchCondition), IPersistableModel(Of HttpVersionMatchCondition)
Public Class HttpVersionMatchCondition
- Inheritance
- Inheritance
-
HttpVersionMatchCondition
- Implements
Constructors
HttpVersionMatchCondition(HttpVersionOperator) |
Initializes a new instance of HttpVersionMatchCondition. |
Properties
HttpVersionOperator |
Describes operator to be matched Serialized Name: HttpVersionMatchConditionParameters.operator |
MatchValues |
The match value for the condition of the delivery rule Serialized Name: HttpVersionMatchConditionParameters.matchValues |
NegateCondition |
Describes if this is negate condition or not Serialized Name: HttpVersionMatchConditionParameters.negateCondition |
Transforms |
List of transforms Serialized Name: HttpVersionMatchConditionParameters.transforms |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |