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