Class DeliveryRuleCacheKeyQueryStringAction
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.DeliveryRuleAction
-
- com.azure.resourcemanager.cdn.models.DeliveryRuleCacheKeyQueryStringAction
-
public final class DeliveryRuleCacheKeyQueryStringAction extends DeliveryRuleAction
Defines the cache-key query string action for the delivery rule.
-
-
Constructor Summary
Constructors Constructor Description DeliveryRuleCacheKeyQueryStringAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheKeyQueryStringActionParametersparameters()Get the parameters property: Defines the parameters for the action.voidvalidate()Validates the instance.DeliveryRuleCacheKeyQueryStringActionwithParameters(CacheKeyQueryStringActionParameters parameters)Set the parameters property: Defines the parameters for the action.
-
-
-
Method Detail
-
parameters
public CacheKeyQueryStringActionParameters parameters()
Get the parameters property: Defines the parameters for the action.- Returns:
- the parameters value.
-
withParameters
public DeliveryRuleCacheKeyQueryStringAction withParameters(CacheKeyQueryStringActionParameters parameters)
Set the parameters property: Defines the parameters for the action.- Parameters:
parameters- the parameters value to set.- Returns:
- the DeliveryRuleCacheKeyQueryStringAction object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classDeliveryRuleAction- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-