Interface LoadBalancerBackend
- All Superinterfaces:
ChildResource<LoadBalancer>,HasBackendNics,HasInnerModel<BackendAddressPoolInner>,HasLoadBalancingRules,HasName,HasParent<LoadBalancer>,Indexable
public interface LoadBalancerBackend
extends HasInnerModel<BackendAddressPoolInner>, ChildResource<LoadBalancer>, HasLoadBalancingRules, HasBackendNics
A client-side representation of a load balancer backend address pool.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a load balancer backend definition.static interfaceGrouping of load balancer backend definition stages.static interfaceThe entirety of a load balancer backend update as part of a load balancer update.static interfaceThe entirety of a load balancer backend definition as part of a load balancer update.static interfaceGrouping of load balancer backend definition stages applicable as part of a load balancer update.static interfaceGrouping of load balancer backend update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets a list of the resource IDs of the virtual machines associated with this backend.Methods inherited from interface com.azure.resourcemanager.network.models.HasBackendNics
backendNicIPConfigurationNamesMethods 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
name
-
Method Details
-
getVirtualMachineIds
Gets a list of the resource IDs of the virtual machines associated with this backend.- Returns:
- a list of the resource IDs of the virtual machines associated with this backend
-