Class DeliveryRuleRequestHeaderAction
java.lang.Object
com.microsoft.azure.management.cdn.DeliveryRuleAction
com.microsoft.azure.management.cdn.DeliveryRuleRequestHeaderAction
Defines the request header action for the delivery rule.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet defines the parameters for the action.withParameters
(HeaderActionParameters parameters) Set defines the parameters for the action.
-
Constructor Details
-
DeliveryRuleRequestHeaderAction
public DeliveryRuleRequestHeaderAction()
-
-
Method Details
-
parameters
Get defines the parameters for the action.- Returns:
- the parameters value
-
withParameters
Set defines the parameters for the action.- Parameters:
parameters
- the parameters value to set- Returns:
- the DeliveryRuleRequestHeaderAction object itself.
-