Uses of Class
com.microsoft.azure.management.cdn.EndpointUpdateParameters
Packages that use EndpointUpdateParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of EndpointUpdateParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return EndpointUpdateParametersModifier and TypeMethodDescriptionEndpointUpdateParameters.withContentTypesToCompress(List<String> contentTypesToCompress) Set list of content types on which compression applies.EndpointUpdateParameters.withDefaultOriginGroup(ResourceReference defaultOriginGroup) Set a reference to the origin group.EndpointUpdateParameters.withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy) Set a policy that specifies the delivery rules to be used for an endpoint.EndpointUpdateParameters.withGeoFilters(List<GeoFilter> geoFilters) Set list of rules defining the user's geo access within a CDN endpoint.EndpointUpdateParameters.withIsCompressionEnabled(Boolean isCompressionEnabled) Set indicates whether content compression is enabled on CDN.EndpointUpdateParameters.withIsHttpAllowed(Boolean isHttpAllowed) Set indicates whether HTTP traffic is allowed on the endpoint.EndpointUpdateParameters.withIsHttpsAllowed(Boolean isHttpsAllowed) Set indicates whether HTTPS traffic is allowed on the endpoint.EndpointUpdateParameters.withOptimizationType(OptimizationType optimizationType) Set specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.EndpointUpdateParameters.withOriginHostHeader(String originHostHeader) Set the host header value sent to the origin with each request.EndpointUpdateParameters.withOriginPath(String originPath) Set a directory path on the origin that CDN can use to retrieve content from, e.g.EndpointUpdateParameters.withProbePath(String probePath) Set path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN.EndpointUpdateParameters.withQueryStringCachingBehavior(QueryStringCachingBehavior queryStringCachingBehavior) Set defines how CDN caches requests that include query strings.Set endpoint tags.EndpointUpdateParameters.withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys) Set list of keys used to validate the signed URL hashes.EndpointUpdateParameters.withWebApplicationFirewallPolicyLink(EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink) Set defines the Web Application Firewall policy for the endpoint (if applicable).