Interface LoadBalancerPrivateFrontend
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<LoadBalancer>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.FrontendIPConfigurationInner>,HasLoadBalancingRules,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<LoadBalancer>,HasPrivateIPAddress,com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet,com.microsoft.azure.management.resources.fluentcore.model.Indexable,LoadBalancerFrontend
public interface LoadBalancerPrivateFrontend extends LoadBalancerFrontend, HasPrivateIPAddress, com.microsoft.azure.management.resources.fluentcore.arm.models.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<com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId>availabilityZones()SubnetgetSubnet()-
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 Detail
-
getSubnet
Subnet getSubnet()
- Returns:
- associated subnet
Note this makes a separate call to Azure.
-
availabilityZones
@Beta(V1_3_0) Set<com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId> availabilityZones()
- Returns:
- the availability zones assigned to private frontend.
-
-