Share via


DeliveryRulePostArgsCondition Constructors

Definition

Overloads

DeliveryRulePostArgsCondition()

Initializes a new instance of the DeliveryRulePostArgsCondition class.

DeliveryRulePostArgsCondition(PostArgsMatchConditionParameters)

Initializes a new instance of the DeliveryRulePostArgsCondition class.

DeliveryRulePostArgsCondition()

Initializes a new instance of the DeliveryRulePostArgsCondition class.

public DeliveryRulePostArgsCondition ();
Public Sub New ()

Applies to

DeliveryRulePostArgsCondition(PostArgsMatchConditionParameters)

Initializes a new instance of the DeliveryRulePostArgsCondition class.

public DeliveryRulePostArgsCondition (Microsoft.Azure.Management.Cdn.Models.PostArgsMatchConditionParameters parameters);
new Microsoft.Azure.Management.Cdn.Models.DeliveryRulePostArgsCondition : Microsoft.Azure.Management.Cdn.Models.PostArgsMatchConditionParameters -> Microsoft.Azure.Management.Cdn.Models.DeliveryRulePostArgsCondition
Public Sub New (parameters As PostArgsMatchConditionParameters)

Parameters

parameters
PostArgsMatchConditionParameters

Defines the parameters for the condition.

Applies to