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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java