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