Class DeliveryRuleIsDeviceCondition
java.lang.Object
com.microsoft.azure.management.cdn.DeliveryRuleCondition
com.microsoft.azure.management.cdn.DeliveryRuleIsDeviceCondition
Defines the IsDevice condition for the delivery rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet defines the parameters for the condition.withParameters
(IsDeviceMatchConditionParameters parameters) Set defines the parameters for the condition.
-
Constructor Details
-
DeliveryRuleIsDeviceCondition
public DeliveryRuleIsDeviceCondition()
-
-
Method Details
-
parameters
Get defines the parameters for the condition.- Returns:
- the parameters value
-
withParameters
Set defines the parameters for the condition.- Parameters:
parameters
- the parameters value to set- Returns:
- the DeliveryRuleIsDeviceCondition object itself.
-