DeliveryRulePostArgsCondition Class

Definition

Defines the PostArgs condition for the delivery rule.

[Newtonsoft.Json.JsonObject("PostArgs")]
public class DeliveryRulePostArgsCondition : Microsoft.Azure.Management.Cdn.Models.DeliveryRuleCondition
[<Newtonsoft.Json.JsonObject("PostArgs")>]
type DeliveryRulePostArgsCondition = class
    inherit DeliveryRuleCondition
Public Class DeliveryRulePostArgsCondition
Inherits DeliveryRuleCondition
Inheritance
DeliveryRulePostArgsCondition
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

DeliveryRulePostArgsCondition()

Initializes a new instance of the DeliveryRulePostArgsCondition class.

DeliveryRulePostArgsCondition(PostArgsMatchConditionParameters)

Initializes a new instance of the DeliveryRulePostArgsCondition class.

Properties

Parameters

Gets or sets defines the parameters for the condition.

Methods

Validate()

Validate the object.

Applies to