| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RouteProperties |
RouteProperties.withCompressionSettings(Object compressionSettings)
Set the compressionSettings property: compression settings.
|
RouteProperties |
RouteProperties.withCustomDomains(List<ResourceReference> customDomains)
Set the customDomains property: Domains referenced by this endpoint.
|
RouteProperties |
RouteProperties.withEnabledState(EnabledState enabledState)
Set the enabledState property: Whether to enable use of this rule.
|
RouteProperties |
RouteProperties.withForwardingProtocol(ForwardingProtocol forwardingProtocol)
Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.
|
RouteProperties |
RouteProperties.withHttpsRedirect(HttpsRedirect httpsRedirect)
Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.
|
RouteProperties |
RouteProperties.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain)
Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.
|
RouteProperties |
RouteProperties.withOriginGroup(ResourceReference originGroup)
Set the originGroup property: A reference to the origin group.
|
RouteProperties |
RouteProperties.withOriginPath(String originPath)
Set the originPath property: A directory path on the origin that AzureFrontDoor can use to retrieve content from,
e.g.
|
RouteProperties |
RouteProperties.withPatternsToMatch(List<String> patternsToMatch)
Set the patternsToMatch property: The route patterns of the rule.
|
RouteProperties |
RouteProperties.withQueryStringCachingBehavior(AfdQueryStringCachingBehavior queryStringCachingBehavior)
Set the queryStringCachingBehavior property: Defines how CDN caches requests that include query strings.
|
RouteProperties |
RouteProperties.withRuleSets(List<ResourceReference> ruleSets)
Set the ruleSets property: rule sets referenced by this endpoint.
|
RouteProperties |
RouteProperties.withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols)
Set the supportedProtocols property: List of supported protocols for this route.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.