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 Classes Modifier and Type Interface Description static interfaceLoadBalancerPrivateFrontend.Definition<ParentT>The entirety of a private frontend definition.static interfaceLoadBalancerPrivateFrontend.DefinitionStagesGrouping of private frontend definition stages.static interfaceLoadBalancerPrivateFrontend.UpdateThe entirety of a private frontend update as part of a load balancer update.static interfaceLoadBalancerPrivateFrontend.UpdateDefinition<ParentT>The entirety of a private frontend definition as part of a load balancer update.static interfaceLoadBalancerPrivateFrontend.UpdateDefinitionStagesGrouping of private frontend definition stages applicable as part of a load balancer update.static interfaceLoadBalancerPrivateFrontend.UpdateStagesGrouping of private frontend update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<AvailabilityZoneId>availabilityZones()SubnetgetSubnet()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasLoadBalancingRules
loadBalancingRules
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress
privateIpAddress, privateIpAllocationMethod
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet
networkId, subnetName
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerFrontend
inboundNatPools, inboundNatRules, isPublic, outboundRules
-
-
-
-
Method Detail
-
getSubnet
Subnet getSubnet()
- Returns:
- associated subnet
Note this makes a separate call to Azure.
-
availabilityZones
Set<AvailabilityZoneId> availabilityZones()
- Returns:
- the availability zones assigned to private frontend.
-
-