LoadBalancerPrivateFrontend Interface
Implements
public interface LoadBalancerPrivateFrontend
extends LoadBalancerFrontend, HasPrivateIpAddress, HasSubnet
A client-side representation of a private frontend of an internal load balancer.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Set<Availability |
availabilityZones() |
abstract Subnet | getSubnet() |
Method Details
availabilityZones
public abstract Set
Returns:
the availability zones assigned to private frontend.
getSubnet
public abstract Subnet getSubnet()
Returns:
associated subnet
Note this makes a separate call to Azure.
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