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