UrlFileNameMatchConditionParameters 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 UrlFilename match conditions
public class UrlFileNameMatchConditionParameters
type UrlFileNameMatchConditionParameters = class
Public Class UrlFileNameMatchConditionParameters
- Inheritance
-
UrlFileNameMatchConditionParameters
Constructors
UrlFileNameMatchConditionParameters() |
Initializes a new instance of the UrlFileNameMatchConditionParameters class. |
UrlFileNameMatchConditionParameters(String, Nullable<Boolean>, IList<String>, IList<String>) |
Initializes a new instance of the UrlFileNameMatchConditionParameters 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