共用方式為


DeliveryRuleHttpVersionCondition Constructors

Definition

Overloads

DeliveryRuleHttpVersionCondition()

Initializes a new instance of the DeliveryRuleHttpVersionCondition class.

DeliveryRuleHttpVersionCondition(HttpVersionMatchConditionParameters)

Initializes a new instance of the DeliveryRuleHttpVersionCondition class.

DeliveryRuleHttpVersionCondition()

Initializes a new instance of the DeliveryRuleHttpVersionCondition class.

public DeliveryRuleHttpVersionCondition ();
Public Sub New ()

Applies to

DeliveryRuleHttpVersionCondition(HttpVersionMatchConditionParameters)

Initializes a new instance of the DeliveryRuleHttpVersionCondition class.

public DeliveryRuleHttpVersionCondition (Microsoft.Azure.Management.Cdn.Models.HttpVersionMatchConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Models.DeliveryRuleHttpVersionCondition : Microsoft.Azure.Management.Cdn.Models.HttpVersionMatchConditionParameters -> Microsoft.Azure.Management.Cdn.Models.DeliveryRuleHttpVersionCondition
Public Sub New (parameters As HttpVersionMatchConditionParameters)

Parameters

parameters
HttpVersionMatchConditionParameters

Defines the parameters for the condition.

Applies to