Uses of Class
com.azure.resourcemanager.cdn.fluent.models.RouteProperties
Packages that use RouteProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of RouteProperties in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return RoutePropertiesModifier and TypeMethodDescriptionstatic RoutePropertiesRouteProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteProperties from the JsonReader.RouteProperties.withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration) Set the cacheConfiguration property: The caching configuration for this route.RouteProperties.withCustomDomains(List<ActivatedResourceReference> customDomains) Set the customDomains property: Domains referenced by this endpoint.RouteProperties.withEnabledState(EnabledState enabledState) Set the enabledState property: Whether to enable use of this rule.RouteProperties.withForwardingProtocol(ForwardingProtocol forwardingProtocol) Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteProperties.withHttpsRedirect(HttpsRedirect httpsRedirect) Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.RouteProperties.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain) Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.RouteProperties.withOriginGroup(ResourceReference originGroup) Set the originGroup property: A reference to the origin group.RouteProperties.withOriginPath(String originPath) Set the originPath property: A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.RouteProperties.withPatternsToMatch(List<String> patternsToMatch) Set the patternsToMatch property: The route patterns of the rule.RouteProperties.withRuleSets(List<ResourceReference> ruleSets) Set the ruleSets property: rule sets referenced by this endpoint.RouteProperties.withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols) Set the supportedProtocols property: List of supported protocols for this route.