Uses of Interface
com.microsoft.azure.management.network.LoadBalancerFrontend
-
Packages that use LoadBalancerFrontend Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient.com.microsoft.azure.management.network.model This package contains the common interfaces for resource models in networking. -
-
Uses of LoadBalancerFrontend in com.microsoft.azure.management.network
Subinterfaces of LoadBalancerFrontend in com.microsoft.azure.management.network Modifier and Type Interface Description interfaceLoadBalancerPrivateFrontendA client-side representation of a private frontend of an internal load balancer.interfaceLoadBalancerPublicFrontendA client-side representation of a public frontend of an Internet-facing load balancer.Methods in com.microsoft.azure.management.network that return types with arguments of type LoadBalancerFrontend Modifier and Type Method Description Map<String,LoadBalancerFrontend>LoadBalancer. frontends() -
Uses of LoadBalancerFrontend in com.microsoft.azure.management.network.model
Methods in com.microsoft.azure.management.network.model that return LoadBalancerFrontend Modifier and Type Method Description LoadBalancerFrontendHasFrontend. frontend()
-