Uses of Class
com.microsoft.azure.management.cdn.EndpointPropertiesUpdateParametersDeliveryPolicy
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of EndpointPropertiesUpdateParametersDeliveryPolicy in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionEndpointUpdateParameters.deliveryPolicy()
Get a policy that specifies the delivery rules to be used for an endpoint.EndpointPropertiesUpdateParametersDeliveryPolicy.withDescription
(String description) Set user-friendly description of the policy.EndpointPropertiesUpdateParametersDeliveryPolicy.withRules
(List<DeliveryRule> rules) Set a list of the delivery rules.Modifier and TypeMethodDescriptionEndpointUpdateParameters.withDeliveryPolicy
(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy) Set a policy that specifies the delivery rules to be used for an endpoint.