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