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