DeliveryRuleUrlFileNameCondition 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
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
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