Uses of Class
com.azure.resourcemanager.cdn.models.RouteUpdateParameters
-
Packages that use RouteUpdateParameters Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of RouteUpdateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type RouteUpdateParameters Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner>RoutesClient. beginUpdate(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner>RoutesClient. beginUpdate(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties, com.azure.core.util.Context context)Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RouteInner>,RouteInner>RoutesClient. beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.RouteInnerRoutesClient. update(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.RouteInnerRoutesClient. update(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties, com.azure.core.util.Context context)Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.Mono<RouteInner>RoutesClient. updateAsync(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>RoutesClient. updateWithResponseAsync(String resourceGroupName, String profileName, String endpointName, String routeName, RouteUpdateParameters routeUpdateProperties)Updates an existing route with the specified route name under the specified subscription, resource group, profile, and AzureFrontDoor endpoint. -
Uses of RouteUpdateParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return RouteUpdateParameters Modifier and Type Method Description RouteUpdateParametersRouteUpdateParameters. withCacheConfiguration(AfdRouteCacheConfiguration cacheConfiguration)Set the cacheConfiguration property: The caching configuration for this route.RouteUpdateParametersRouteUpdateParameters. withCustomDomains(List<ActivatedResourceReference> customDomains)Set the customDomains property: Domains referenced by this endpoint.RouteUpdateParametersRouteUpdateParameters. withEnabledState(EnabledState enabledState)Set the enabledState property: Whether to enable use of this rule.RouteUpdateParametersRouteUpdateParameters. withForwardingProtocol(ForwardingProtocol forwardingProtocol)Set the forwardingProtocol property: Protocol this rule will use when forwarding traffic to backends.RouteUpdateParametersRouteUpdateParameters. withHttpsRedirect(HttpsRedirect httpsRedirect)Set the httpsRedirect property: Whether to automatically redirect HTTP traffic to HTTPS traffic.RouteUpdateParametersRouteUpdateParameters. withLinkToDefaultDomain(LinkToDefaultDomain linkToDefaultDomain)Set the linkToDefaultDomain property: whether this route will be linked to the default endpoint domain.RouteUpdateParametersRouteUpdateParameters. withOriginGroup(ResourceReference originGroup)Set the originGroup property: A reference to the origin group.RouteUpdateParametersRouteUpdateParameters. withOriginPath(String originPath)Set the originPath property: A directory path on the origin that AzureFrontDoor can use to retrieve content from, e.g.RouteUpdateParametersRouteUpdateParameters. withPatternsToMatch(List<String> patternsToMatch)Set the patternsToMatch property: The route patterns of the rule.RouteUpdateParametersRouteUpdateParameters. withRuleSets(List<ResourceReference> ruleSets)Set the ruleSets property: rule sets referenced by this endpoint.RouteUpdateParametersRouteUpdateParameters. withSupportedProtocols(List<AfdEndpointProtocols> supportedProtocols)Set the supportedProtocols property: List of supported protocols for this route.
-