DeliveryRuleUrlPathCondition Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeliveryRuleUrlPathCondition() |
Initializes a new instance of the DeliveryRuleUrlPathCondition class. |
DeliveryRuleUrlPathCondition(UrlPathMatchConditionParameters) |
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(UrlPathMatchConditionParameters)
Initializes a new instance of the DeliveryRuleUrlPathCondition class.
public DeliveryRuleUrlPathCondition(Microsoft.Azure.Management.Cdn.Models.UrlPathMatchConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Models.DeliveryRuleUrlPathCondition : Microsoft.Azure.Management.Cdn.Models.UrlPathMatchConditionParameters -> Microsoft.Azure.Management.Cdn.Models.DeliveryRuleUrlPathCondition
Public Sub New (parameters As UrlPathMatchConditionParameters)
Parameters
- parameters
- UrlPathMatchConditionParameters
Defines the parameters for the condition.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET