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