共用方式為


RequestSchemeMatchConditionParameters Constructors

Definition

Overloads

RequestSchemeMatchConditionParameters()

Initializes a new instance of the RequestSchemeMatchConditionParameters class.

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

Initializes a new instance of the RequestSchemeMatchConditionParameters class.

RequestSchemeMatchConditionParameters()

Initializes a new instance of the RequestSchemeMatchConditionParameters class.

public RequestSchemeMatchConditionParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RequestSchemeMatchConditionParameters class.

public RequestSchemeMatchConditionParameters (bool? negateCondition = default, System.Collections.Generic.IList<string> matchValues = default);
new Microsoft.Azure.Management.Cdn.Models.RequestSchemeMatchConditionParameters : Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.RequestSchemeMatchConditionParameters
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