Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontendPort
-
Packages that use ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontendPort Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontendPort in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontendPort 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.Methods in com.microsoft.azure.management.network that return ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontendPort Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontendPort<ParentT>ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontend. fromPrivateFrontend()Enables the rule to apply to the application gateway's private (internal) frontend.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontendPort<ParentT>ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontend. fromPublicFrontend()Enables the rule to apply to the application gateway's public (Internet-facing) frontend.
-