DeliveryRuleUrlPathCondition Constructors

Definition

Overloads

DeliveryRuleUrlPathCondition()

Initializes a new instance of the DeliveryRuleUrlPathCondition class.

DeliveryRuleUrlPathCondition(UrlPathConditionParameters)

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(UrlPathConditionParameters)

Initializes a new instance of the DeliveryRuleUrlPathCondition class.

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

Parameters

parameters
UrlPathConditionParameters

Defines the parameters for the condition.

Applies to