UriFileNameMatchCondition 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 UriFileNameMatchCondition : Azure.ResourceManager.Cdn.Models.DeliveryRuleConditionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.UriFileNameMatchCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.UriFileNameMatchCondition>
public class UriFileNameMatchCondition
type UriFileNameMatchCondition = class
inherit DeliveryRuleConditionProperties
interface IJsonModel<UriFileNameMatchCondition>
interface IPersistableModel<UriFileNameMatchCondition>
type UriFileNameMatchCondition = class
Public Class UriFileNameMatchCondition
Inherits DeliveryRuleConditionProperties
Implements IJsonModel(Of UriFileNameMatchCondition), IPersistableModel(Of UriFileNameMatchCondition)
Public Class UriFileNameMatchCondition
- Inheritance
- Inheritance
-
UriFileNameMatchCondition
- Implements
Constructors
| Name | Description |
|---|---|
| UriFileNameMatchCondition(UriFileNameOperator) |
Initializes a new instance of UriFileNameMatchCondition. |
Properties
| Name | Description |
|---|---|
| MatchValues |
The match value for the condition of the delivery rule. |
| NegateCondition |
Describes if this is negate condition or not. |
| Transforms |
List of transforms. |
| UriFileNameOperator |
Describes operator to be matched. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |