Interface LoadBalancerPrivateFrontend
- All Superinterfaces:
ChildResource<LoadBalancer>, HasInnerModel<FrontendIpConfigurationInner>, HasLoadBalancingRules, HasName, HasParent<LoadBalancer>, HasPrivateIpAddress, HasSubnet, Indexable, LoadBalancerFrontend
public interface LoadBalancerPrivateFrontend
extends LoadBalancerFrontend, HasPrivateIpAddress, HasSubnet
A client-side representation of a private frontend of an internal load balancer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a private frontend definition.static interfaceGrouping of private frontend definition stages.static interfaceThe entirety of a private frontend update as part of a load balancer update.static interfaceThe entirety of a private frontend definition as part of a load balancer update.static interfaceGrouping of private frontend definition stages applicable as part of a load balancer update.static interfaceGrouping of private frontend update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the availability zones assigned to private frontend.Gets associated subnet.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasLoadBalancingRules
loadBalancingRulesMethods inherited from interface HasPrivateIpAddress
privateIpAddress, privateIpAllocationMethodMethods inherited from interface HasSubnet
networkId, subnetNameMethods inherited from interface LoadBalancerFrontend
inboundNatPools, inboundNatRules, isPublic, outboundRules
-
Method Details
-
getSubnet
Subnet getSubnet()Gets associated subnet.- Returns:
- associated subnet
Note this makes a separate call to Azure.
-
availabilityZones
Set<AvailabilityZoneId> availabilityZones()Gets the availability zones assigned to private frontend.- Returns:
- the availability zones assigned to private frontend.
-