Condividi tramite


DeliveryRuleUrlFileExtensionCondition Constructors

Definition

Overloads

DeliveryRuleUrlFileExtensionCondition()

Initializes a new instance of the DeliveryRuleUrlFileExtensionCondition class.

DeliveryRuleUrlFileExtensionCondition(UrlFileExtensionMatchConditionParameters)

Initializes a new instance of the DeliveryRuleUrlFileExtensionCondition class.

DeliveryRuleUrlFileExtensionCondition()

Initializes a new instance of the DeliveryRuleUrlFileExtensionCondition class.

public DeliveryRuleUrlFileExtensionCondition ();
Public Sub New ()

Applies to

DeliveryRuleUrlFileExtensionCondition(UrlFileExtensionMatchConditionParameters)

Initializes a new instance of the DeliveryRuleUrlFileExtensionCondition class.

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

Parameters

parameters
UrlFileExtensionMatchConditionParameters

Defines the parameters for the condition.

Applies to