RequestUriMatchConditionParameters 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 RequestUri match conditions
public class RequestUriMatchConditionParameters
type RequestUriMatchConditionParameters = class
Public Class RequestUriMatchConditionParameters
- Inheritance
-
RequestUriMatchConditionParameters
Constructors
RequestUriMatchConditionParameters() |
Initializes a new instance of the RequestUriMatchConditionParameters class. |
RequestUriMatchConditionParameters(String, Nullable<Boolean>, IList<String>, IList<String>) |
Initializes a new instance of the RequestUriMatchConditionParameters class. |
Properties
MatchValues |
Gets or sets the match value for the condition of the delivery rule |
NegateCondition |
Gets or sets describes if this is negate condition or not |
Odatatype | |
OperatorProperty |
Gets or sets describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'RegEx' |
Transforms |
Gets or sets list of transforms |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET