DeliveryRuleUrlPathCondition Constructors

Definition

Overloads

DeliveryRuleUrlPathCondition()

Initializes a new instance of the DeliveryRuleUrlPathCondition class.

DeliveryRuleUrlPathCondition(UrlPathMatchConditionParameters)

Initializes a new instance of the DeliveryRuleUrlPathCondition class.

DeliveryRuleUrlPathCondition()

Initializes a new instance of the DeliveryRuleUrlPathCondition class.

public DeliveryRuleUrlPathCondition ();
Public Sub New ()

Applies to

DeliveryRuleUrlPathCondition(UrlPathMatchConditionParameters)

Initializes a new instance of the DeliveryRuleUrlPathCondition class.

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

Parameters

parameters
UrlPathMatchConditionParameters

Defines the parameters for the condition.

Applies to