Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayRedirectConfiguration.Update
Packages that use ApplicationGatewayRedirectConfiguration.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRedirectConfiguration.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRedirectConfiguration.UpdateModifier and TypeMethodDescriptionApplicationGateway.UpdateStages.WithRedirectConfiguration.updateRedirectConfiguration(String name) Begins the update of a redirect configuration.ApplicationGatewayRedirectConfiguration.UpdateStages.WithPathIncluded.withoutPathIncluded()Specifies that the path should not be included in the redirected URL.ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded.withoutQueryStringIncluded()Specifies that the query string should not be included in the redirected URL.ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget.withoutTargetListener()Removes the reference to the target listener.ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget.withoutTargetUrl()Removes the reference to the target URL.ApplicationGatewayRedirectConfiguration.UpdateStages.WithPathIncluded.withPathIncluded()Specifies that the path should be included in the redirected URL.ApplicationGatewayRedirectConfiguration.UpdateStages.WithQueryStringIncluded.withQueryStringIncluded()Specifies that the query string should be included in the redirected URL.ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget.withTargetListener(String name) Specifies the listener on this application gateway to redirect to.ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget.withTargetUrl(String url) Specifies the URL to redirect to.ApplicationGatewayRedirectConfiguration.UpdateStages.WithType.withType(ApplicationGatewayRedirectType redirectType) Specifies the redirection type.