Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayFrontend
-
Packages that use ApplicationGatewayFrontend Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayFrontend in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayFrontend Modifier and Type Method Description ApplicationGatewayFrontendApplicationGateway. defaultPrivateFrontend()ApplicationGatewayFrontendApplicationGateway. defaultPublicFrontend()ApplicationGatewayFrontendApplicationGatewayListener. frontend()Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayFrontend Modifier and Type Method Description Map<String,ApplicationGatewayFrontend>ApplicationGateway. frontends()Map<String,ApplicationGatewayFrontend>ApplicationGateway. privateFrontends()Map<String,ApplicationGatewayFrontend>ApplicationGateway. publicFrontends()
-