Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach
Packages that use ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway redirect configuration definition.static interfaceThe 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.azure.resourcemanager.network.models that return ApplicationGatewayRedirectConfiguration.DefinitionStages.WithAttachModifier and TypeMethodDescriptionApplicationGatewayRedirectConfiguration.DefinitionStages.WithPathIncluded.withPathIncluded()Specifies that the path should be included in the redirected URL.ApplicationGatewayRedirectConfiguration.DefinitionStages.WithQueryStringIncluded.withQueryStringIncluded()Specifies that the query string should be included in the redirected URL.ApplicationGatewayRedirectConfiguration.DefinitionStages.WithTarget.withTargetUrl(String url) Specifies the URL to redirect to.