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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET