다음을 통해 공유


HttpVersionMatchConditionParameters Constructors

Definition

Overloads

HttpVersionMatchConditionParameters()

Initializes a new instance of the HttpVersionMatchConditionParameters class.

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

Initializes a new instance of the HttpVersionMatchConditionParameters class.

HttpVersionMatchConditionParameters()

Initializes a new instance of the HttpVersionMatchConditionParameters class.

public HttpVersionMatchConditionParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the HttpVersionMatchConditionParameters class.

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