Uses of Class
com.azure.resourcemanager.cdn.fluent.models.EndpointPropertiesUpdateParameters
Packages that use EndpointPropertiesUpdateParameters
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of EndpointPropertiesUpdateParameters in com.azure.resourcemanager.cdn.fluent.models
Modifier and TypeClassDescriptionfinal classThe JSON object that contains the properties required to create an endpoint.Methods in com.azure.resourcemanager.cdn.fluent.models that return EndpointPropertiesUpdateParametersModifier and TypeMethodDescriptionEndpointPropertiesUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointPropertiesUpdateParameters from the JsonReader.EndpointPropertiesUpdateParameters.withContentTypesToCompress(List<String> contentTypesToCompress) Set the contentTypesToCompress property: List of content types on which compression applies.EndpointPropertiesUpdateParameters.withDefaultOriginGroup(ResourceReference defaultOriginGroup) Set the defaultOriginGroup property: A reference to the origin group.EndpointPropertiesUpdateParameters.withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy) Set the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.EndpointPropertiesUpdateParameters.withGeoFilters(List<GeoFilter> geoFilters) Set the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.EndpointPropertiesUpdateParameters.withIsCompressionEnabled(Boolean isCompressionEnabled) Set the isCompressionEnabled property: Indicates whether content compression is enabled on CDN.EndpointPropertiesUpdateParameters.withIsHttpAllowed(Boolean isHttpAllowed) Set the isHttpAllowed property: Indicates whether HTTP traffic is allowed on the endpoint.EndpointPropertiesUpdateParameters.withIsHttpsAllowed(Boolean isHttpsAllowed) Set the isHttpsAllowed property: Indicates whether HTTPS traffic is allowed on the endpoint.EndpointPropertiesUpdateParameters.withOptimizationType(OptimizationType optimizationType) Set the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g.EndpointPropertiesUpdateParameters.withOriginHostHeader(String originHostHeader) Set the originHostHeader property: The host header value sent to the origin with each request.EndpointPropertiesUpdateParameters.withOriginPath(String originPath) Set the originPath property: A directory path on the origin that CDN can use to retrieve content from, e.g.EndpointPropertiesUpdateParameters.withProbePath(String probePath) Set the probePath property: 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.EndpointPropertiesUpdateParameters.withQueryStringCachingBehavior(QueryStringCachingBehavior queryStringCachingBehavior) Set the queryStringCachingBehavior property: Defines how CDN caches requests that include query strings.EndpointPropertiesUpdateParameters.withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys) Set the urlSigningKeys property: List of keys used to validate the signed URL hashes.EndpointPropertiesUpdateParameters.withWebApplicationFirewallPolicyLink(EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink) Set the webApplicationFirewallPolicyLink property: Defines the Web Application Firewall policy for the endpoint (if applicable).