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