Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach
Packages that use ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway request routing rule definition.static interfaceThe stage of an application gateway request routing rule definition allowing to add more backend addresses, start specifying optional settings, or finish the definition by attaching it to the parent application gateway.Subinterfaces with type arguments of type ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of an application gateway request routing rule allowing to enable cookie based affinity.static interfaceThe stage of an application gateway request routing rule definition allowing to specify the host name of a backend website for the listener to receive traffic for.static interfaceThe stage of an application gateway request routing rule definition allowing to require server name indication.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttachModifier and TypeMethodDescriptionAssociates the request routing rule with a backend on this application gateway.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithPriority.withPriority(int priority) Specifies a unique priority value for the request routing rule.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithRedirectConfig.withRedirectConfiguration(String name) Associates the specified redirect configuration with this request routing rule.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithUrlPathMap.withUrlPathMap(String urlPathMapName) Associates the specified URL path map with this request routing rule.