DeliveryRuleIsDeviceCondition Constructors

Definition

Overloads

DeliveryRuleIsDeviceCondition()

Initializes a new instance of the DeliveryRuleIsDeviceCondition class.

DeliveryRuleIsDeviceCondition(IsDeviceMatchConditionParameters)

Initializes a new instance of the DeliveryRuleIsDeviceCondition class.

DeliveryRuleIsDeviceCondition()

Initializes a new instance of the DeliveryRuleIsDeviceCondition class.

public DeliveryRuleIsDeviceCondition ();
Public Sub New ()

Applies to

DeliveryRuleIsDeviceCondition(IsDeviceMatchConditionParameters)

Initializes a new instance of the DeliveryRuleIsDeviceCondition class.

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

Parameters

parameters
IsDeviceMatchConditionParameters

Defines the parameters for the condition.

Applies to