ReturnT - the stage of the parent application gateway definition to return to after attaching this
definitionpublic static interface ApplicationGatewayRedirectConfiguration.DefinitionStages.WithTarget<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttachAndPath<ReturnT> |
withTargetListener(String name)
Specifies the listener on this application gateway to redirect to.
|
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach<ReturnT> |
withTargetUrl(String url)
Specifies the URL to redirect to.
|
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach<ReturnT> withTargetUrl(String url)
url - a URLApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttachAndPath<ReturnT> withTargetListener(String name)
name - the name of a listener on this application gatewayCopyright © 2021 Microsoft Corporation. All rights reserved.