RequestMethodMatchCondition 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 RequestMethod match conditions Serialized Name: RequestMethodMatchConditionParameters
public class RequestMethodMatchCondition : Azure.ResourceManager.Cdn.Models.DeliveryRuleConditionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.RequestMethodMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.RequestMethodMatchCondition>
public class RequestMethodMatchCondition
type RequestMethodMatchCondition = class
inherit DeliveryRuleConditionProperties
interface IJsonModel<RequestMethodMatchCondition>
interface IPersistableModel<RequestMethodMatchCondition>
type RequestMethodMatchCondition = class
Public Class RequestMethodMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of RequestMethodMatchCondition), IPersistableModel(Of RequestMethodMatchCondition)
Public Class RequestMethodMatchCondition
- Inheritance
- Inheritance
-
RequestMethodMatchCondition
- Implements
Constructors
RequestMethodMatchCondition(RequestMethodOperator) |
Initializes a new instance of RequestMethodMatchCondition. |
Properties
MatchValues |
The match value for the condition of the delivery rule Serialized Name: RequestMethodMatchConditionParameters.matchValues |
NegateCondition |
Describes if this is negate condition or not Serialized Name: RequestMethodMatchConditionParameters.negateCondition |
RequestMethodOperator |
Describes operator to be matched Serialized Name: RequestMethodMatchConditionParameters.operator |
Transforms |
List of transforms Serialized Name: RequestMethodMatchConditionParameters.transforms |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |