public static interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithPathIncluded
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRedirectConfiguration.Update |
withoutPathIncluded()
Specifies that the path should not be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.Update |
withPathIncluded()
Specifies that the path should be included in the redirected URL.
|
ApplicationGatewayRedirectConfiguration.Update withPathIncluded()
Note that this setting is valid only when the target of the redirection is a listener, not a URL.
ApplicationGatewayRedirectConfiguration.Update withoutPathIncluded()
Copyright © 2020 Microsoft Corporation. All rights reserved.