ArmCdnModelFactory.IsDeviceMatchCondition Method

Definition

Defines the parameters for IsDevice match conditions.

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

Parameters

isDeviceOperator
IsDeviceOperator

Describes operator to be matched.

negateCondition
Nullable<Boolean>

Describes if this is negate condition or not.

matchValues
IEnumerable<IsDeviceMatchConditionMatchValue>

The match value for the condition of the delivery rule.

transforms
IEnumerable<PreTransformCategory>

List of transforms.

Returns

A new IsDeviceMatchCondition instance for mocking.

Applies to