Sdílet prostřednictvím


DeliveryRuleUrlPathCondition Konstruktory

Definice

Přetížení

DeliveryRuleUrlPathCondition()

Inicializuje novou instanci DeliveryRuleUrlPathCondition třídy.

DeliveryRuleUrlPathCondition(UrlPathConditionParameters)

Inicializuje novou instanci DeliveryRuleUrlPathCondition třídy.

DeliveryRuleUrlPathCondition()

Inicializuje novou instanci DeliveryRuleUrlPathCondition třídy.

public DeliveryRuleUrlPathCondition();
Public Sub New ()

Platí pro

DeliveryRuleUrlPathCondition(UrlPathConditionParameters)

Inicializuje novou instanci DeliveryRuleUrlPathCondition třídy.

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)

Parametry

parameters
UrlPathConditionParameters

Definuje parametry podmínky.

Platí pro