LoadBalancerFrontend Interface
public interface LoadBalancerFrontend extends HasInner,ChildResource,HasLoadBalancingRules
An client-side representation of a load balancer frontend.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, Load |
inboundNatPools() |
Map<String, Load |
inboundNatRules() |
boolean | isPublic() |
Inherited Members
HasInner<T>.inner()
Indexable.key()
HasLoadBalancingRules.loadBalancingRules()
HasName.name()
HasParent<ParentT>.parent()
Method Details
inboundNatPools
public Map
Returns:
the inbound NAT pools on this load balancer that use this frontend, indexed by their names
inboundNatRules
public Map
Returns:
the inbound NAT rules on this load balancer that use this frontend, indexed by their names
isPublic
public boolean isPublic()
Returns:
true if the frontend is public, i.e. it has a public IP address associated with it
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java