Uses of Class
com.microsoft.azure.management.cdn.RouteUpdateParameters
Packages that use RouteUpdateParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of RouteUpdateParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return RouteUpdateParametersModifier and TypeMethodDescriptionRouteUpdateParameters.withCompressionSettings(Object compressionSettings) Set compression settings.RouteUpdateParameters.withCustomDomains(List<ResourceReference> customDomains) Set domains referenced by this endpoint.RouteUpdateParameters.withEnabledState(EnabledState enabledState) Set whether to enable use of this rule.RouteUpdateParameters.withForwardingProtocol(ForwardingProtocol forwardingProtocol) Set protocol this rule will use when forwarding traffic to backends.RouteUpdateParameters.withHttpsRedirect(HttpsRedirect httpsRedirect) Set whether to automatically redirect HTTP traffic to HTTPS traffic.RouteUpdateParameters.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain) Set whether this route will be linked to the default endpoint domain.RouteUpdateParameters.withOriginGroup(ResourceReference originGroup) Set a reference to the origin group.RouteUpdateParameters.withOriginPath(String originPath) Set a directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g.RouteUpdateParameters.withPatternsToMatch(List<String> patternsToMatch) Set the route patterns of the rule.RouteUpdateParameters.withQueryStringCachingBehavior(AfdQueryStringCachingBehavior queryStringCachingBehavior) Set defines how CDN caches requests that include query strings.RouteUpdateParameters.withRuleSets(List<ResourceReference> ruleSets) Set rule sets referenced by this endpoint.RouteUpdateParameters.withSupportedProtocols(List<AFDEndpointProtocols> supportedProtocols) Set list of supported protocols for this route.