Sdílet prostřednictvím


PostArgsMatchConditionParameters Constructors

Definition

Overloads

PostArgsMatchConditionParameters()

Initializes a new instance of the PostArgsMatchConditionParameters class.

PostArgsMatchConditionParameters(String, String, Nullable<Boolean>, IList<String>, IList<String>)

Initializes a new instance of the PostArgsMatchConditionParameters class.

PostArgsMatchConditionParameters()

Initializes a new instance of the PostArgsMatchConditionParameters class.

public PostArgsMatchConditionParameters ();
Public Sub New ()

Applies to

PostArgsMatchConditionParameters(String, String, Nullable<Boolean>, IList<String>, IList<String>)

Initializes a new instance of the PostArgsMatchConditionParameters class.

public PostArgsMatchConditionParameters (string operatorProperty, string selector = default, bool? negateCondition = default, System.Collections.Generic.IList<string> matchValues = default, System.Collections.Generic.IList<string> transforms = default);
new Microsoft.Azure.Management.Cdn.Models.PostArgsMatchConditionParameters : string * string * Nullable<bool> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.PostArgsMatchConditionParameters
Public Sub New (operatorProperty As String, Optional selector As String = Nothing, Optional negateCondition As Nullable(Of Boolean) = Nothing, Optional matchValues As IList(Of String) = Nothing, Optional transforms As IList(Of String) = Nothing)

Parameters

operatorProperty
String

Describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'RegEx'

selector
String

Name of PostArg to be matched

negateCondition
Nullable<Boolean>

Describes if this is negate condition or not

matchValues
IList<String>

The match value for the condition of the delivery rule

transforms
IList<String>

List of transforms

Applies to