Bagikan melalui


RequestMethodMatchConditionParameters Constructors

Definition

Overloads

RequestMethodMatchConditionParameters()

Initializes a new instance of the RequestMethodMatchConditionParameters class.

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

Initializes a new instance of the RequestMethodMatchConditionParameters class.

RequestMethodMatchConditionParameters()

Initializes a new instance of the RequestMethodMatchConditionParameters class.

public RequestMethodMatchConditionParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RequestMethodMatchConditionParameters class.

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

Parameters

negateCondition
Nullable<Boolean>

Describes if this is negate condition or not

matchValues
IList<String>

The match value for the condition of the delivery rule

Applies to