Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach
-
Packages that use ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayRedirectConfiguration.UpdateDefinition<ReturnT>The entirety of an application gateway redirect configuration definition as part of an application gateway update.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.Methods in com.microsoft.azure.management.network that return ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithPathIncluded. withPathIncluded()Specifies that the path should be included in the redirected URL.ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithQueryStringIncluded. withQueryStringIncluded()Specifies that the query string should be included in the redirected URL.ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithTarget. withTargetUrl(String url)Specifies the URL to redirect to.
-