public static interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithTarget
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRedirectConfiguration.Update |
withoutTargetListener()
Removes the reference to the target listener.
|
ApplicationGatewayRedirectConfiguration.Update |
withoutTargetUrl()
Removes the reference to the target URL.
|
ApplicationGatewayRedirectConfiguration.Update |
withTargetListener(String name)
Specifies the listener on this application gateway to redirect to.
|
ApplicationGatewayRedirectConfiguration.Update |
withTargetUrl(String url)
Specifies the URL to redirect to.
|
ApplicationGatewayRedirectConfiguration.Update withTargetUrl(String url)
url - a URLApplicationGatewayRedirectConfiguration.Update withTargetListener(String name)
name - the name of a listener on this application gatewayApplicationGatewayRedirectConfiguration.Update withoutTargetListener()
ApplicationGatewayRedirectConfiguration.Update withoutTargetUrl()
Copyright © 2020 Microsoft Corporation. All rights reserved.