Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort
-
Packages that use ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayListener.UpdateDefinition<ParentT>The entirety of an application gateway HTTP listener definition as part of an application gateway update.Methods in com.microsoft.azure.management.network that return ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort Modifier and Type Method Description ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort<ParentT>ApplicationGatewayListener.UpdateDefinitionStages.WithFrontend. withPrivateFrontend()Associates the listener with the application gateway's private (internal) frontend.ApplicationGatewayListener.UpdateDefinitionStages.WithFrontendPort<ParentT>ApplicationGatewayListener.UpdateDefinitionStages.WithFrontend. withPublicFrontend()Associates the listener with the application gateway's public (Internet-facing) frontend.
-