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.
public class DeliveryRuleSslProtocolMatchCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.DeliveryRuleSslProtocolMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.DeliveryRuleSslProtocolMatchCondition>
public class DeliveryRuleSslProtocolMatchCondition
type DeliveryRuleSslProtocolMatchCondition = class
interface IJsonModel<DeliveryRuleSslProtocolMatchCondition>
interface IPersistableModel<DeliveryRuleSslProtocolMatchCondition>
type DeliveryRuleSslProtocolMatchCondition = class
Public Class DeliveryRuleSslProtocolMatchCondition
Implements IJsonModel(Of DeliveryRuleSslProtocolMatchCondition), IPersistableModel(Of DeliveryRuleSslProtocolMatchCondition)
Public Class DeliveryRuleSslProtocolMatchCondition
- Inheritance
-
DeliveryRuleSslProtocolMatchCondition
- Implements
Constructors
DeliveryRuleSslProtocolMatchCondition(SslProtocolMatchConditionType, SslProtocolOperator) |
Initializes a new instance of DeliveryRuleSslProtocolMatchCondition. |
Properties
MatchValues |
The match value for the condition of the delivery rule. |
NegateCondition |
Describes if this is negate condition or not. |
SslProtocolMatchConditionType |
Gets or sets the ssl protocol match condition type. |
SslProtocolOperator |
Describes operator to be matched. |
Transforms |
List of transforms. |
Explicit Interface Implementations
IJsonModel<DeliveryRuleSslProtocolMatchCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DeliveryRuleSslProtocolMatchCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DeliveryRuleSslProtocolMatchCondition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DeliveryRuleSslProtocolMatchCondition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DeliveryRuleSslProtocolMatchCondition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET