Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayRedirectConfigurationPropertiesFormat
Packages that use ApplicationGatewayRedirectConfigurationPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRedirectConfigurationPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayRedirectConfigurationPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayRedirectConfigurationPropertiesFormat.withIncludePath(Boolean includePath) Set the includePath property: Include path in the redirected url.ApplicationGatewayRedirectConfigurationPropertiesFormat.withIncludeQueryString(Boolean includeQueryString) Set the includeQueryString property: Include query string in the redirected url.ApplicationGatewayRedirectConfigurationPropertiesFormat.withPathRules(List<com.azure.core.management.SubResource> pathRules) Set the pathRules property: Path rules specifying redirect configuration.ApplicationGatewayRedirectConfigurationPropertiesFormat.withRedirectType(ApplicationGatewayRedirectType redirectType) Set the redirectType property: HTTP redirection type.ApplicationGatewayRedirectConfigurationPropertiesFormat.withRequestRoutingRules(List<com.azure.core.management.SubResource> requestRoutingRules) Set the requestRoutingRules property: Request routing specifying redirect configuration.ApplicationGatewayRedirectConfigurationPropertiesFormat.withTargetListener(com.azure.core.management.SubResource targetListener) Set the targetListener property: Reference to a listener to redirect the request to.ApplicationGatewayRedirectConfigurationPropertiesFormat.withTargetUrl(String targetUrl) Set the targetUrl property: Url to redirect the request to.ApplicationGatewayRedirectConfigurationPropertiesFormat.withUrlPathMaps(List<com.azure.core.management.SubResource> urlPathMaps) Set the urlPathMaps property: Url path maps specifying default redirect configuration.