Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerPublicFrontend
Packages that use LoadBalancerPublicFrontend
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerPublicFrontend in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return LoadBalancerPublicFrontendModifier and TypeMethodDescriptionLoadBalancer.findFrontendByPublicIpAddress(PublicIpAddress publicIPAddress) Searches for the public frontend that is associated with the provided public IP address, if one exists.LoadBalancer.findFrontendByPublicIpAddress(String publicIPAddressId) Searches for the public frontend that is associated with the provided public IP address, if one exists.PublicIpAddress.getAssignedLoadBalancerFrontend()Gets the load balancer public frontend that this public IP address is assigned to.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancerPublicFrontendModifier and TypeMethodDescriptionLoadBalancer.publicFrontends()Gets public (Internet-facing) frontends.