DeliveryRuleRequestUriCondition 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 RequestUri condition for the delivery rule.
[Newtonsoft.Json.JsonObject("RequestUri")]
public class DeliveryRuleRequestUriCondition : Microsoft.Azure.Management.Cdn.Models.DeliveryRuleCondition
[<Newtonsoft.Json.JsonObject("RequestUri")>]
type DeliveryRuleRequestUriCondition = class
inherit DeliveryRuleCondition
Public Class DeliveryRuleRequestUriCondition
Inherits DeliveryRuleCondition
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DeliveryRuleRequestUriCondition() |
Initializes a new instance of the DeliveryRuleRequestUriCondition class. |
DeliveryRuleRequestUriCondition(RequestUriMatchConditionParameters) |
Initializes a new instance of the DeliveryRuleRequestUriCondition class. |
Properties
Parameters |
Gets or sets defines the parameters for the condition. |
Methods
Validate() |
Validate the object. |