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