Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayFrontend
Packages that use ApplicationGatewayFrontend
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayFrontend in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFrontendModifier and TypeMethodDescriptionApplicationGateway.defaultPrivateFrontend()Gets the frontend IP configuration associated with a private IP address.ApplicationGateway.defaultPublicFrontend()Gets the frontend IP configuration associated with a public IP address.ApplicationGatewayListener.frontend()Gets the frontend IP configuration this listener is associated with.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayFrontendModifier and TypeMethodDescriptionApplicationGateway.frontends()Gets frontend IP configurations.ApplicationGateway.privateFrontends()Gets frontend IP configurations with a private IP address within a subnet.ApplicationGateway.publicFrontends()Gets frontend IP configurations with a public IP address.