Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithListener
-
Packages that use ApplicationGatewayRequestRoutingRule.DefinitionStages.WithListener Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithListener in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithListener in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayRequestRoutingRule.Definition<ParentT>The entirety of an application gateway request routing rule definition.static interfaceApplicationGatewayRequestRoutingRule.DefinitionStages.Blank<ParentT>The first stage of an application gateway request routing rule definition.static interfaceApplicationGatewayRequestRoutingRule.DefinitionStages.WithListenerOrFrontend<ParentT>The stage of an application gateway request routing rule definition allowing to associate an existing listener with the rule, or create a new one implicitly by specifying the frontend to listen to.
-