ArmCdnModelFactory.DeliveryRuleSslProtocolMatchCondition Method

Definition

Defines the parameters for SslProtocol match conditions.

public static Azure.ResourceManager.Cdn.Models.DeliveryRuleSslProtocolMatchCondition DeliveryRuleSslProtocolMatchCondition(Azure.ResourceManager.Cdn.Models.SslProtocolOperator sslProtocolOperator = default, bool? negateCondition = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.DeliveryRuleSslProtocol> matchValues = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.PreTransformCategory> transforms = default);
static member DeliveryRuleSslProtocolMatchCondition : Azure.ResourceManager.Cdn.Models.SslProtocolOperator * Nullable<bool> * seq<Azure.ResourceManager.Cdn.Models.DeliveryRuleSslProtocol> * seq<Azure.ResourceManager.Cdn.Models.PreTransformCategory> -> Azure.ResourceManager.Cdn.Models.DeliveryRuleSslProtocolMatchCondition
Public Shared Function DeliveryRuleSslProtocolMatchCondition (Optional sslProtocolOperator As SslProtocolOperator = Nothing, Optional negateCondition As Nullable(Of Boolean) = Nothing, Optional matchValues As IEnumerable(Of DeliveryRuleSslProtocol) = Nothing, Optional transforms As IEnumerable(Of PreTransformCategory) = Nothing) As DeliveryRuleSslProtocolMatchCondition

Parameters

sslProtocolOperator
SslProtocolOperator

Describes operator to be matched.

negateCondition
Nullable<Boolean>

Describes if this is negate condition or not.

matchValues
IEnumerable<DeliveryRuleSslProtocol>

The match value for the condition of the delivery rule.

transforms
IEnumerable<PreTransformCategory>

List of transforms.

Returns

A new DeliveryRuleSslProtocolMatchCondition instance for mocking.

Applies to