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