Interface ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages
-
- Enclosing interface:
- ApplicationGatewayRedirectConfiguration
public static interface ApplicationGatewayRedirectConfiguration.UpdateDefinitionStagesGrouping of application gateway redirect configuration definition stages applicable as part of an application gateway update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.Blank<ReturnT>The first stage of an application gateway redirect configuration configuration definition.static interfaceApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>The final stage of an application gateway redirect configuration definition.static interfaceApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.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 interfaceApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithPathIncluded<ReturnT>The stage of an application gateway redirect configuration allowing to specify whether the path should be included in the redirected URL.static interfaceApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.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 interfaceApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithTarget<ReturnT>The stage of an application gateway redirect configuration allowing to specify the target URL or listener for the redirection.static interfaceApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithType<ReturnT>The stage of an application gateway redirect configuration allowing to specify the type of the redirection.
-