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
java.util.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
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