UrlPathConditionParameters Class
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.
Defines the parameters for the URL path condition.
public class UrlPathConditionParameters
type UrlPathConditionParameters = class
Public Class UrlPathConditionParameters
- Inheritance
-
UrlPathConditionParameters
Constructors
UrlPathConditionParameters() |
Initializes a new instance of the UrlPathConditionParameters class. |
UrlPathConditionParameters(String, MatchType) |
Initializes a new instance of the UrlPathConditionParameters class. |
Properties
MatchType |
Gets or sets the match type for the condition of the delivery rule. Possible values include: 'Literal', 'Wildcard' |
Odatatype | |
Path |
Gets or sets a URL path for the condition of the delivery rule |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET