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