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