DeliveryRuleSslProtocolMatchCondition Constructor
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.
Initializes a new instance of DeliveryRuleSslProtocolMatchCondition.
public DeliveryRuleSslProtocolMatchCondition (Azure.ResourceManager.Cdn.Models.SslProtocolMatchConditionType sslProtocolMatchConditionType, Azure.ResourceManager.Cdn.Models.SslProtocolOperator sslProtocolOperator);
new Azure.ResourceManager.Cdn.Models.DeliveryRuleSslProtocolMatchCondition : Azure.ResourceManager.Cdn.Models.SslProtocolMatchConditionType * Azure.ResourceManager.Cdn.Models.SslProtocolOperator -> Azure.ResourceManager.Cdn.Models.DeliveryRuleSslProtocolMatchCondition
Public Sub New (sslProtocolMatchConditionType As SslProtocolMatchConditionType, sslProtocolOperator As SslProtocolOperator)
Parameters
- sslProtocolMatchConditionType
- SslProtocolMatchConditionType
- sslProtocolOperator
- SslProtocolOperator
Describes operator to be matched.