Interface LoadBalancerFrontend
- All Superinterfaces:
ChildResource<LoadBalancer>
,HasInner<com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner>
,HasLoadBalancingRules
,HasName
,HasParent<LoadBalancer>
,Indexable
- All Known Subinterfaces:
LoadBalancerPrivateFrontend
,LoadBalancerPublicFrontend
public interface LoadBalancerFrontend
extends HasInner<com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules
An client-side representation of a load balancer frontend.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.network.model.HasLoadBalancingRules
loadBalancingRules
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
isPublic
boolean isPublic()- Returns:
- true if the frontend is public, i.e. it has a public IP address associated with it
-
inboundNatPools
Map<String,LoadBalancerInboundNatPool> inboundNatPools()- Returns:
- the inbound NAT pools on this load balancer that use this frontend, indexed by their names
-
inboundNatRules
Map<String,LoadBalancerInboundNatRule> inboundNatRules()- Returns:
- the inbound NAT rules on this load balancer that use this frontend, indexed by their names
-