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(UrlPathConditionParameters) |
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(UrlPathConditionParameters)
Initializes a new instance of the DeliveryRuleUrlPathCondition class.
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)
Parameters
- parameters
- UrlPathConditionParameters
Defines the parameters for the condition.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET