public static interface ApplicationGatewayRedirectConfiguration.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayRedirectConfiguration.DefinitionStages.Blank<ReturnT>
The first stage of an application gateway redirect configuration.
|
static interface |
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach<ReturnT>
The final stage of an application gateway redirect configuration.
|
static interface |
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttachAndPath<ReturnT>
The stage of an application gateway redirect configuration allowing to specify whether the query string
should be included in the redirected URL or other optional settings.
|
static interface |
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithPathIncluded<ReturnT>
The stage of an application gateway redirect configuration allowing to specify whether the path should be
included in the redirected URL.
|
static interface |
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithQueryStringIncluded<ReturnT>
The stage of an application gateway redirect configuration allowing to specify whether the query string
should be included in the redirected URL.
|
static interface |
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithTarget<ReturnT>
The stage of an application gateway redirect configuration allowing to specify the target URL or listener for
the redirection.
|
static interface |
ApplicationGatewayRedirectConfiguration.DefinitionStages.WithType<ReturnT>
The stage of an application gateway redirect configuration allowing to specify the type of the redirection.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.