Class UrlSigningAction
java.lang.Object
com.azure.resourcemanager.cdn.models.DeliveryRuleAction
com.azure.resourcemanager.cdn.models.UrlSigningAction
Defines the url signing action for the delivery rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: Defines the parameters for the action.voidvalidate()Validates the instance.withParameters(UrlSigningActionParameters parameters) Set the parameters property: Defines the parameters for the action.
-
Constructor Details
-
UrlSigningAction
public UrlSigningAction()Creates an instance of UrlSigningAction class.
-
-
Method Details
-
parameters
Get the parameters property: Defines the parameters for the action.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Defines the parameters for the action.- Parameters:
parameters- the parameters value to set.- Returns:
- the UrlSigningAction object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classDeliveryRuleAction- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-