Interface LoadBalancerBackend
- All Superinterfaces:
ChildResource<LoadBalancer>
,HasBackendNics
,HasInner<com.microsoft.azure.management.network.implementation.BackendAddressPoolInner>
,HasLoadBalancingRules
,HasName
,HasParent<LoadBalancer>
,Indexable
public interface LoadBalancerBackend
extends HasInner<com.microsoft.azure.management.network.implementation.BackendAddressPoolInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules, HasBackendNics
A client-side representation of a load balancer backend address pool.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of a load balancer backend definition.static interface
Grouping of load balancer backend definition stages.static interface
The entirety of a load balancer backend update as part of a load balancer update.static interface
The entirety of a load balancer backend definition as part of a load balancer update.static interface
Grouping of load balancer backend definition stages applicable as part of a load balancer update.static interface
Grouping of load balancer backend update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.network.model.HasBackendNics
backendNicIPConfigurationNames
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
-
Method Details
-
getVirtualMachineIds
- Returns:
- a list of the resource IDs of the virtual machines associated with this backend
-