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