Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort
-
Packages that use ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.
-