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
Azure SDK for .NET