ArmCdnModelFactory.PostArgsMatchCondition Method

Definition

Defines the parameters for PostArgs match conditions.

public static Azure.ResourceManager.Cdn.Models.PostArgsMatchCondition PostArgsMatchCondition(string selector = default, Azure.ResourceManager.Cdn.Models.PostArgsOperator postArgsOperator = default, bool? negateCondition = default, System.Collections.Generic.IEnumerable<string> matchValues = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.PreTransformCategory> transforms = default);
static member PostArgsMatchCondition : string * Azure.ResourceManager.Cdn.Models.PostArgsOperator * Nullable<bool> * seq<string> * seq<Azure.ResourceManager.Cdn.Models.PreTransformCategory> -> Azure.ResourceManager.Cdn.Models.PostArgsMatchCondition
Public Shared Function PostArgsMatchCondition (Optional selector As String = Nothing, Optional postArgsOperator As PostArgsOperator = Nothing, Optional negateCondition As Nullable(Of Boolean) = Nothing, Optional matchValues As IEnumerable(Of String) = Nothing, Optional transforms As IEnumerable(Of PreTransformCategory) = Nothing) As PostArgsMatchCondition

Parameters

selector
String

Name of PostArg to be matched.

postArgsOperator
PostArgsOperator

Describes operator to be matched.

negateCondition
Nullable<Boolean>

Describes if this is negate condition or not.

matchValues
IEnumerable<String>

The match value for the condition of the delivery rule.

transforms
IEnumerable<PreTransformCategory>

List of transforms.

Returns

A new PostArgsMatchCondition instance for mocking.

Applies to