Class DeliveryRulePostArgsCondition
java.lang.Object
com.microsoft.azure.management.cdn.DeliveryRuleCondition
com.microsoft.azure.management.cdn.DeliveryRulePostArgsCondition
Defines the PostArgs condition for the delivery rule.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet defines the parameters for the condition.withParameters
(PostArgsMatchConditionParameters parameters) Set defines the parameters for the condition.
-
Constructor Details
-
DeliveryRulePostArgsCondition
public DeliveryRulePostArgsCondition()
-
-
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 DeliveryRulePostArgsCondition object itself.
-