다음을 통해 공유


DeliveryRuleUrlFileNameCondition Constructors

Definition

Overloads

DeliveryRuleUrlFileNameCondition()

Initializes a new instance of the DeliveryRuleUrlFileNameCondition class.

DeliveryRuleUrlFileNameCondition(UrlFileNameMatchConditionParameters)

Initializes a new instance of the DeliveryRuleUrlFileNameCondition class.

DeliveryRuleUrlFileNameCondition()

Initializes a new instance of the DeliveryRuleUrlFileNameCondition class.

public DeliveryRuleUrlFileNameCondition ();
Public Sub New ()

Applies to

DeliveryRuleUrlFileNameCondition(UrlFileNameMatchConditionParameters)

Initializes a new instance of the DeliveryRuleUrlFileNameCondition class.

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

Parameters

parameters
UrlFileNameMatchConditionParameters

Defines the parameters for the condition.

Applies to