Class EndpointPropertiesUpdateParametersDeliveryPolicy
java.lang.Object
com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy
A policy that specifies the delivery rules to be used for an endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet user-friendly description of the policy.rules()
Get a list of the delivery rules.withDescription
(String description) Set user-friendly description of the policy.withRules
(List<DeliveryRule> rules) Set a list of the delivery rules.
-
Constructor Details
-
EndpointPropertiesUpdateParametersDeliveryPolicy
public EndpointPropertiesUpdateParametersDeliveryPolicy()
-
-
Method Details
-
description
Get user-friendly description of the policy.- Returns:
- the description value
-
withDescription
Set user-friendly description of the policy.- Parameters:
description
- the description value to set- Returns:
- the EndpointPropertiesUpdateParametersDeliveryPolicy object itself.
-
rules
Get a list of the delivery rules.- Returns:
- the rules value
-
withRules
Set a list of the delivery rules.- Parameters:
rules
- the rules value to set- Returns:
- the EndpointPropertiesUpdateParametersDeliveryPolicy object itself.
-