Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort
-
Packages that use ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>The entirety of an application gateway request routing rule definition as part of an application gateway update.Methods in com.microsoft.azure.management.network that return ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort<ParentT>ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontend. fromPrivateFrontend()Enables the rule to apply to the application gateway's private (internal) frontend.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort<ParentT>ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontend. fromPublicFrontend()Enables the rule to apply to the application gateway's public (Internet-facing) frontend.
-