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 com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.network.models.HasLoadBalancingRules
loadBalancingRulesMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress
privateIpAddress, privateIpAllocationMethodMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet
networkId, subnetNameMethods inherited from interface com.azure.resourcemanager.network.models.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.
-