Uses of Class
com.azure.resourcemanager.cdn.fluent.models.RouteUpdatePropertiesParameters
Packages that use RouteUpdatePropertiesParameters
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of RouteUpdatePropertiesParameters in com.azure.resourcemanager.cdn.fluent.models
Modifier and TypeClassDescriptionfinal classThe JSON object that contains the properties of the Routes to create.Methods in com.azure.resourcemanager.cdn.fluent.models that return RouteUpdatePropertiesParametersModifier and TypeMethodDescriptionRouteUpdatePropertiesParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RouteUpdatePropertiesParameters from the JsonReader.RouteUpdatePropertiesParameters.withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration) Set the cacheConfiguration property: The caching configuration for this route.RouteUpdatePropertiesParameters.withCustomDomains(List<ActivatedResourceReference> customDomains) Set the customDomains property: Domains referenced by this endpoint.RouteUpdatePropertiesParameters.withEnabledState(EnabledState enabledState) Set the enabledState property: Whether to enable use of this rule.RouteUpdatePropertiesParameters.withForwardingProtocol(ForwardingProtocol forwardingProtocol) Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteUpdatePropertiesParameters.withHttpsRedirect(HttpsRedirect httpsRedirect) Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.RouteUpdatePropertiesParameters.withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain) Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.RouteUpdatePropertiesParameters.withOriginGroup(ResourceReference originGroup) Set the originGroup property: A reference to the origin group.RouteUpdatePropertiesParameters.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.RouteUpdatePropertiesParameters.withPatternsToMatch(List<String> patternsToMatch) Set the patternsToMatch property: The route patterns of the rule.RouteUpdatePropertiesParameters.withRuleSets(List<ResourceReference> ruleSets) Set the ruleSets property: rule sets referenced by this endpoint.RouteUpdatePropertiesParameters.withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols) Set the supportedProtocols property: List of supported protocols for this route.