Interface LoadBalancerPrivateFrontend
- All Superinterfaces:
ChildResource<LoadBalancer>
,HasInner<com.microsoft.azure.management.network.implementation.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 interface
The entirety of a private frontend definition.static interface
Grouping of private frontend definition stages.static interface
The entirety of a private frontend update as part of a load balancer update.static interface
The entirety of a private frontend definition as part of a load balancer update.static interface
Grouping of private frontend definition stages applicable as part of a load balancer update.static interface
Grouping of private frontend update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.network.model.HasLoadBalancingRules
loadBalancingRules
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.network.model.HasPrivateIPAddress
privateIPAddress, privateIPAllocationMethod
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet
networkId, subnetName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancerFrontend
inboundNatPools, inboundNatRules, isPublic
-
Method Details
-
getSubnet
Subnet getSubnet()- Returns:
- associated subnet
Note this makes a separate call to Azure.
-
availabilityZones
- Returns:
- the availability zones assigned to private frontend.
-