LoadBalancerFrontend Interface
Implements
public interface LoadBalancerFrontend
extends HasInnerModel<FrontendIpConfigurationInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules
An client-side representation of a load balancer frontend.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Map<String,Load |
inboundNatPools() |
abstract
Map<String,Load |
inboundNatRules() |
abstract boolean | isPublic() |
abstract
Map<String,Load |
outboundRules() |
Method Details
inboundNatPools
public abstract Map
Returns:
the inbound NAT pools on this load balancer that use this frontend, indexed by their names
inboundNatRules
public abstract Map
Returns:
the inbound NAT rules on this load balancer that use this frontend, indexed by their names
isPublic
public abstract boolean isPublic()
Returns:
true if the frontend is public, i.e. it has a public IP address associated with it
outboundRules
public abstract Map
Returns:
the outbound rules on this load balancer that use this frontend, indexed by their names
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java