LoadBalancerFrontend Interface
Implements
HasLoadBalancingRules
ChildResource<LoadBalancer>
HasInner<com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner>
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
Modifier and Type | Method and Description |
---|---|
abstract
java.util.Map<java.lang.String,Load |
inboundNatPools() |
abstract
java.util.Map<java.lang.String,Load |
inboundNatRules() |
abstract boolean | isPublic() |
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
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java