DeliveryRuleUrlPathCondition Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DeliveryRuleUrlPathCondition() |
Initialise une nouvelle instance de la classe DeliveryRuleUrlPathCondition. |
DeliveryRuleUrlPathCondition(UrlPathConditionParameters) |
Initialise une nouvelle instance de la classe DeliveryRuleUrlPathCondition. |
DeliveryRuleUrlPathCondition()
Initialise une nouvelle instance de la classe DeliveryRuleUrlPathCondition.
public DeliveryRuleUrlPathCondition ();
Public Sub New ()
S’applique à
DeliveryRuleUrlPathCondition(UrlPathConditionParameters)
Initialise une nouvelle instance de la classe DeliveryRuleUrlPathCondition.
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)
Paramètres
- parameters
- UrlPathConditionParameters
Définit les paramètres de la condition.
S’applique à
Azure SDK for .NET