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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET