Share via


DeliveryRuleRequestUriCondition Class

Definition

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
DeliveryRuleRequestUriCondition
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.

Applies to